Html Css Color HEX #870166 Eggplant

📋 copy color: '#870166'

red 135 ◦ green 1 ◦ blue 102

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

Shades of Eggplant #870166

Tints of Eggplant #870166

RGB

 RED value IS 135 (53.13% from 255) = 56.72%

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 102 (40.23% from 255) = 42.86%

R = 56.72%
G = 0.42%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#870166 (or 0x870166) is known color: Eggplant. HEX triplet: 87, 01 and 66. RGB value is (135,1,102). Sum of RGB (Red+Green+Blue) = 135+1+102=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #870166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870166 is #78FE99. Grayscale: #343434. Windows color (decimal): -7929498 or 6685063. OLE color: 6685063.

HSL color Cylindrical-coordinate representation of color #870166: hue angle of 314.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870166 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 1 102 -
CMYK 0 0.99 0.24 0.47
HSL 314.78º 0.99% 0.27% -
HSV(B) 314.78º 0.99% 0.53% -
XYZ 12.4 6.13 13.1 -
YUV 52.58 155.89 186.79 -
System Red Green Blue C M Y K H S L
Decimal 135 1 102 0 0.99 0.24 0.47 314.78 0.99 0.27
Hex 87 1 66 0 63 18 2F 13B 63 1B
Octal 207 1 146 0 143 30 57 473 143 33
Binary 10000111 1 1100110 0 1100011 11000 101111 100111011 1100011 11011

Color Harmonies of #870166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870166

Black with #870166

Text Example


Text Example

White with #870166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870166; }

 p { color: rgb(135,1,102); }

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

background-color css

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

 a { background-color: rgb(135,1,102); }

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

border-color css

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

 span { border-color: rgb(135,1,102); }

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