Html Css Color HEX #813D76 Eminence

📋 copy color: '#813D76'

red 129 ◦ green 61 ◦ blue 118

#813D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #813D76

Tints of Eminence #813D76

RGB

 RED value IS 129 (50.78% from 255) = 41.88%

 GREEN value IS 61 (24.22% from 255) = 19.81%

 BLUE value IS 118 (46.48% from 255) = 38.31%

R = 41.88%
G = 19.81%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#813D76 (or 0x813D76) is known color: Eminence. HEX triplet: 81, 3D and 76. RGB value is (129,61,118). Sum of RGB (Red+Green+Blue) = 129+61+118=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #813D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813D76 is #7EC289. Grayscale: #575757. Windows color (decimal): -8307338 or 7748993. OLE color: 7748993.

HSL color Cylindrical-coordinate representation of color #813D76: hue angle of 309.71º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #813D76 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 61 118 -
CMYK 0 0.53 0.09 0.49
HSL 309.71º 0.36% 0.37% -
HSV(B) 309.71º 0.53% 0.51% -
XYZ 13.99 9.31 18.2 -
YUV 87.83 145.03 157.37 -
System Red Green Blue C M Y K H S L
Decimal 129 61 118 0 0.53 0.09 0.49 309.71 0.36 0.37
Hex 81 3D 76 0 35 9 31 136 24 25
Octal 201 75 166 0 65 11 61 466 44 45
Binary 10000001 111101 1110110 0 110101 1001 110001 100110110 100100 100101

Color Harmonies of #813D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813D76

Black with #813D76

Text Example


Text Example

White with #813D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813D76; }

 p { color: rgb(129,61,118); }

 H1.HeaderClassName
 {
   color: #813D76;
 }
 .AnyTagClassName
 {
   color: #813D76;
 }
</style>

background-color css

<style>
 a { background-color: #813D76; }

 a { background-color: rgb(129,61,118); }

 div.DivClassName
 {
   background-color: #813D76;
 }
 .BgClassName
 {
   background-color: #813D76;
 }
</style>

border-color css

<style>
 span { border-color: #813D76; }

 span { border-color: rgb(129,61,118); }

 td.TdClassName
 {
   border-color: #813D76;
 }
 .TagClassName
 {
   border-color: #813D76;
 }
</style>