Html Css Color HEX #870160 Eggplant

📋 copy color: '#870160'

red 135 ◦ green 1 ◦ blue 96

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

Shades of Eggplant #870160

Tints of Eggplant #870160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 58.19%
G = 0.43%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#870160 (or 0x870160) is known color: Eggplant. HEX triplet: 87, 01 and 60. RGB value is (135,1,96). Sum of RGB (Red+Green+Blue) = 135+1+96=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #870160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870160 is #78FE9F. Grayscale: #333333. Windows color (decimal): -7929504 or 6291847. OLE color: 6291847.

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

Color convert

RGB 135 1 96 -
CMYK 0 0.99 0.29 0.47
HSL 317.46º 0.99% 0.27% -
HSV(B) 317.46º 0.99% 0.53% -
XYZ 12.11 6.02 11.59 -
YUV 51.9 152.89 187.28 -
System Red Green Blue C M Y K H S L
Decimal 135 1 96 0 0.99 0.29 0.47 317.46 0.99 0.27
Hex 87 1 60 0 63 1D 2F 13D 63 1B
Octal 207 1 140 0 143 35 57 475 143 33
Binary 10000111 1 1100000 0 1100011 11101 101111 100111101 1100011 11011

Color Harmonies of #870160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870160

Black with #870160

Text Example


Text Example

White with #870160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870160; }

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

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

background-color css

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

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

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

border-color css

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

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

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