Html Css Color HEX #870855 Eggplant

📋 copy color: '#870855'

red 135 ◦ green 8 ◦ blue 85

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

Shades of Eggplant #870855

Tints of Eggplant #870855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.28%

R = 59.21%
G = 3.51%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#870855 (or 0x870855) is known color: Eggplant. HEX triplet: 87, 08 and 55. RGB value is (135,8,85). Sum of RGB (Red+Green+Blue) = 135+8+85=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #870855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870855 is #78F7AA. Grayscale: #363636. Windows color (decimal): -7927723 or 5572743. OLE color: 5572743.

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

Color convert

RGB 135 8 85 -
CMYK 0 0.94 0.37 0.47
HSL 323.62º 0.89% 0.28% -
HSV(B) 323.62º 0.94% 0.53% -
XYZ 11.72 5.98 9.13 -
YUV 54.75 145.08 185.24 -
System Red Green Blue C M Y K H S L
Decimal 135 8 85 0 0.94 0.37 0.47 323.62 0.89 0.28
Hex 87 8 55 0 5E 25 2F 144 59 1C
Octal 207 10 125 0 136 45 57 504 131 34
Binary 10000111 1000 1010101 0 1011110 100101 101111 101000100 1011001 11100

Color Harmonies of #870855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870855

Black with #870855

Text Example


Text Example

White with #870855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870855; }

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

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

background-color css

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

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

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

border-color css

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

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

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