Html Css Color HEX #814276 Eminence

📋 copy color: '#814276'

red 129 ◦ green 66 ◦ blue 118

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

Shades of Eminence #814276

Tints of Eminence #814276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.09%

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

R = 41.21%
G = 21.09%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#814276 (or 0x814276) is known color: Eminence. HEX triplet: 81, 42 and 76. RGB value is (129,66,118). Sum of RGB (Red+Green+Blue) = 129+66+118=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #814276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814276 is #7EBD89. Grayscale: #5A5A5A. Windows color (decimal): -8306058 or 7750273. OLE color: 7750273.

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

Color convert

RGB 129 66 118 -
CMYK 0 0.49 0.09 0.49
HSL 310.48º 0.32% 0.38% -
HSV(B) 310.48º 0.49% 0.51% -
XYZ 14.27 9.87 18.29 -
YUV 90.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 129 66 118 0 0.49 0.09 0.49 310.48 0.32 0.38
Hex 81 42 76 0 31 9 31 136 20 26
Octal 201 102 166 0 61 11 61 466 40 46
Binary 10000001 1000010 1110110 0 110001 1001 110001 100110110 100000 100110

Color Harmonies of #814276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814276

Black with #814276

Text Example


Text Example

White with #814276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814276; }

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

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

background-color css

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

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

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

border-color css

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

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

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