Html Css Color HEX #870858 Eggplant

📋 copy color: '#870858'

red 135 ◦ green 8 ◦ blue 88

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

Shades of Eggplant #870858

Tints of Eggplant #870858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.1%

R = 58.44%
G = 3.46%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#870858 (or 0x870858) is known color: Eggplant. HEX triplet: 87, 08 and 58. RGB value is (135,8,88). Sum of RGB (Red+Green+Blue) = 135+8+88=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #870858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870858 is #78F7A7. Grayscale: #363636. Windows color (decimal): -7927720 or 5769351. OLE color: 5769351.

HSL color Cylindrical-coordinate representation of color #870858: hue angle of 322.2º 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 #870858 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 8 88 -
CMYK 0 0.94 0.35 0.47
HSL 322.2º 0.89% 0.28% -
HSV(B) 322.2º 0.94% 0.53% -
XYZ 11.84 6.03 9.77 -
YUV 55.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 135 8 88 0 0.94 0.35 0.47 322.2 0.89 0.28
Hex 87 8 58 0 5E 23 2F 142 59 1C
Octal 207 10 130 0 136 43 57 502 131 34
Binary 10000111 1000 1011000 0 1011110 100011 101111 101000010 1011001 11100

Color Harmonies of #870858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870858

Black with #870858

Text Example


Text Example

White with #870858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870858; }

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

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

background-color css

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

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

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

border-color css

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

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

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