Html Css Color HEX #870860 Eggplant

📋 copy color: '#870860'

red 135 ◦ green 8 ◦ blue 96

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

Shades of Eggplant #870860

Tints of Eggplant #870860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

 BLUE value IS 96 (37.89% from 255) = 40.17%

R = 56.49%
G = 3.35%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#870860 (or 0x870860) is known color: Eggplant. HEX triplet: 87, 08 and 60. RGB value is (135,8,96). Sum of RGB (Red+Green+Blue) = 135+8+96=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #870860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870860 is #78F79F. Grayscale: #373737. Windows color (decimal): -7927712 or 6293639. OLE color: 6293639.

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

Color convert

RGB 135 8 96 -
CMYK 0 0.94 0.29 0.47
HSL 318.43º 0.89% 0.28% -
HSV(B) 318.43º 0.94% 0.53% -
XYZ 12.19 6.17 11.61 -
YUV 56.01 150.58 184.34 -
System Red Green Blue C M Y K H S L
Decimal 135 8 96 0 0.94 0.29 0.47 318.43 0.89 0.28
Hex 87 8 60 0 5E 1D 2F 13E 59 1C
Octal 207 10 140 0 136 35 57 476 131 34
Binary 10000111 1000 1100000 0 1011110 11101 101111 100111110 1011001 11100

Color Harmonies of #870860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870860

Black with #870860

Text Example


Text Example

White with #870860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870860; }

 p { color: rgb(135,8,96); }

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

background-color css

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

 a { background-color: rgb(135,8,96); }

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

border-color css

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

 span { border-color: rgb(135,8,96); }

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