Html Css Color HEX #870859 Eggplant

📋 copy color: '#870859'

red 135 ◦ green 8 ◦ blue 89

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

Shades of Eggplant #870859

Tints of Eggplant #870859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 38.36%

R = 58.19%
G = 3.45%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#870859 (or 0x870859) is known color: Eggplant. HEX triplet: 87, 08 and 59. RGB value is (135,8,89). Sum of RGB (Red+Green+Blue) = 135+8+89=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #870859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870859 is #78F7A6. Grayscale: #373737. Windows color (decimal): -7927719 or 5834887. OLE color: 5834887.

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

Color convert

RGB 135 8 89 -
CMYK 0 0.94 0.34 0.47
HSL 321.73º 0.89% 0.28% -
HSV(B) 321.73º 0.94% 0.53% -
XYZ 11.88 6.05 9.99 -
YUV 55.21 147.08 184.91 -
System Red Green Blue C M Y K H S L
Decimal 135 8 89 0 0.94 0.34 0.47 321.73 0.89 0.28
Hex 87 8 59 0 5E 22 2F 142 59 1C
Octal 207 10 131 0 136 42 57 502 131 34
Binary 10000111 1000 1011001 0 1011110 100010 101111 101000010 1011001 11100

Color Harmonies of #870859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870859

Black with #870859

Text Example


Text Example

White with #870859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870859; }

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

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

background-color css

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

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

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

border-color css

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

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

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