Html Css Color HEX #870861 Eggplant

📋 copy color: '#870861'

red 135 ◦ green 8 ◦ blue 97

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

Shades of Eggplant #870861

Tints of Eggplant #870861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.42%

R = 56.25%
G = 3.33%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#870861 (or 0x870861) is known color: Eggplant. HEX triplet: 87, 08 and 61. RGB value is (135,8,97). Sum of RGB (Red+Green+Blue) = 135+8+97=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #870861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870861 is #78F79E. Grayscale: #373737. Windows color (decimal): -7927711 or 6359175. OLE color: 6359175.

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

Color convert

RGB 135 8 97 -
CMYK 0 0.94 0.28 0.47
HSL 317.95º 0.89% 0.28% -
HSV(B) 317.95º 0.94% 0.53% -
XYZ 12.24 6.19 11.86 -
YUV 56.12 151.08 184.26 -
System Red Green Blue C M Y K H S L
Decimal 135 8 97 0 0.94 0.28 0.47 317.95 0.89 0.28
Hex 87 8 61 0 5E 1C 2F 13E 59 1C
Octal 207 10 141 0 136 34 57 476 131 34
Binary 10000111 1000 1100001 0 1011110 11100 101111 100111110 1011001 11100

Color Harmonies of #870861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870861

Black with #870861

Text Example


Text Example

White with #870861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870861; }

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

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

background-color css

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

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

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

border-color css

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

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

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