Html Css Color HEX #870C66 Eggplant

📋 copy color: '#870C66'

red 135 ◦ green 12 ◦ blue 102

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

Shades of Eggplant #870C66

Tints of Eggplant #870C66

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.82%

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

R = 54.22%
G = 4.82%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#870C66 (or 0x870C66) is known color: Eggplant. HEX triplet: 87, 0C and 66. RGB value is (135,12,102). Sum of RGB (Red+Green+Blue) = 135+12+102=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #870C66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C66 is #78F399. Grayscale: #3A3A3A. Windows color (decimal): -7926682 or 6687879. OLE color: 6687879.

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

Color convert

RGB 135 12 102 -
CMYK 0 0.91 0.24 0.47
HSL 316.1º 0.84% 0.29% -
HSV(B) 316.1º 0.91% 0.53% -
XYZ 12.52 6.37 13.14 -
YUV 59.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 135 12 102 0 0.91 0.24 0.47 316.1 0.84 0.29
Hex 87 C 66 0 5B 18 2F 13C 54 1D
Octal 207 14 146 0 133 30 57 474 124 35
Binary 10000111 1100 1100110 0 1011011 11000 101111 100111100 1010100 11101

Color Harmonies of #870C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C66

Black with #870C66

Text Example


Text Example

White with #870C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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