#871161

Color #871161 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #871161

Tints of Eggplant #871161

Color information

#871161 (or 0x871161) is unknown color: approx Eggplant. HEX triplet: 87, 11 and 61. RGB value is (135,17,97). Sum of RGB (Red+Green+Blue) = 135+17+97=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #871161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871161 is #78EE9E. Grayscale: #3D3D3D. Windows color (decimal): -7925407 or 6361479. OLE color: 6361479.

HSL color Cylindrical-coordinate representation of color #871161: hue angle of 319.32º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871161 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1351797-
CMYK00.870.280.47
HSL319.32º77.63%29.8%-
HSV(B)319.32º87.41%52.94%-
XYZ12.356.4111.9-
YUV61.4148.09180.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 17 (7.03% from 255) = 6.83%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=54.22%
G=6.83%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135179700.870.280.47319.3277.6329.8
Hex8711610571C2F13f4e1e
Octal207211410127345747711636
Binary100001111000111000010101011111100101111100111111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871161; }

 p { color: rgb(135,17,97); }

 H1.HeaderClassName
 {
   color: #871161;
 }
 .AnyTagClassName
 {
   color: #871161;
 }
</style>
background-color css

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

 a { background-color: rgb(135,17,97); }

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

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

 span { border-color: rgb(135,17,97); }

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