Color Hex Logo

#813099 Color Hex

#813099
(129,48,153)
0 Favorites   0 Comments

Color spaces of #813099

RGB 12948153
HSL0.800.520.39
HSV286°69°60°
CMYK 0.160.690.00   0.40
XYZ15.86009.080931.0539
Yxy9.08090.28320.1622
Hunter Lab30.134541.2103-40.0047
CIE-Lab36.139650.5300-41.7525

#813099 color RGB value is (129,48,153).

#813099 hex color red value is 129, green value is 48 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #813099 hue: 0.80 , saturation: 0.52 and the lightness value of 813099 is 0.39.

The process color (four color CMYK) of #813099 color hex is 0.16, 0.69, 0.00, 0.40. Web safe color of #813099 is #993399. Color #813099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110000 10011001
Octal 201 60 231
Decimal 129 48 153
Hex 81 30 99

RGB Percentages of Color #813099

%39.09
%14.55
%46.36

CMYK Percentages of Color #813099

%16
%69
%0
%40

Triadic Colors of #813099

#813099 #998130 #309981

Analogous Colors of #813099

#813099 #99307d #4d3099

Monochromatic Colors of #813099

#813099

Complementary Color

#813099 #489930

#813099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813099 Color CSS Codes

.mybgcolor {background-color:#813099; } 
.myforecolor {color:#813099; }
.mybordercolor {border:3px solid #813099; }

#813099 Text Font Color

<p style="color:#813099">Text here</p>

This sample text font color is #813099
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#813099 Background Color

<div style="background-color:#813099">
Div content here</div>

This div background color is #813099


#813099 Border Color

<div style="border:3px solid #813099">
Div here</div>

This div border color is #813099


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,48,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #813099; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #813099;
  -webkit-box-shadow: 1px 1px 3px 2px #813099;
  box-shadow:         1px 1px 3px 2px #813099; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,48,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #813099">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #813099;
  -webkit-box-shadow: 1px 1px 3px 2px #813099;
  box-shadow:         1px 1px 3px 2px #813099;">
Div content here</div>

This div box has shadow with color #813099


Comments

No comments written yet.

Please login to write comment.