Html Css Color HEX #811259 Eggplant

📋 copy color: '#811259'

red 129 ◦ green 18 ◦ blue 89

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

Shades of Eggplant #811259

Tints of Eggplant #811259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.63%

 BLUE value IS 89 (35.16% from 255) = 37.71%

R = 54.66%
G = 7.63%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#811259 (or 0x811259) is known color: Eggplant. HEX triplet: 81, 12 and 59. RGB value is (129,18,89). Sum of RGB (Red+Green+Blue) = 129+18+89=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #811259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811259 is #7EEDA6. Grayscale: #3B3B3B. Windows color (decimal): -8318375 or 5837441. OLE color: 5837441.

HSL color Cylindrical-coordinate representation of color #811259: hue angle of 321.62º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811259 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 18 89 -
CMYK 0 0.86 0.31 0.49
HSL 321.62º 0.76% 0.29% -
HSV(B) 321.62º 0.86% 0.51% -
XYZ 11.07 5.82 9.99 -
YUV 59.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 129 18 89 0 0.86 0.31 0.49 321.62 0.76 0.29
Hex 81 12 59 0 56 1F 31 142 4C 1D
Octal 201 22 131 0 126 37 61 502 114 35
Binary 10000001 10010 1011001 0 1010110 11111 110001 101000010 1001100 11101

Color Harmonies of #811259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811259

Black with #811259

Text Example


Text Example

White with #811259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811259; }

 p { color: rgb(129,18,89); }

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

background-color css

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

 a { background-color: rgb(129,18,89); }

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

border-color css

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

 span { border-color: rgb(129,18,89); }

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