Html Css Color HEX #87016C Eggplant

📋 copy color: '#87016C'

red 135 ◦ green 1 ◦ blue 108

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

Shades of Eggplant #87016C

Tints of Eggplant #87016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.26%

R = 55.33%
G = 0.41%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87016C (or 0x87016C) is known color: Eggplant. HEX triplet: 87, 01 and 6C. RGB value is (135,1,108). Sum of RGB (Red+Green+Blue) = 135+1+108=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #87016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87016C is #78FE93. Grayscale: #343434. Windows color (decimal): -7929492 or 7078279. OLE color: 7078279.

HSL color Cylindrical-coordinate representation of color #87016C: hue angle of 312.09º 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 #87016C is Cyan = 0, Magento = 0.99, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 1 108 -
CMYK 0 0.99 0.2 0.47
HSL 312.09º 0.99% 0.27% -
HSV(B) 312.09º 0.99% 0.53% -
XYZ 12.71 6.26 14.72 -
YUV 53.26 158.89 186.3 -
System Red Green Blue C M Y K H S L
Decimal 135 1 108 0 0.99 0.2 0.47 312.09 0.99 0.27
Hex 87 1 6C 0 63 14 2F 138 63 1B
Octal 207 1 154 0 143 24 57 470 143 33
Binary 10000111 1 1101100 0 1100011 10100 101111 100111000 1100011 11011

Color Harmonies of #87016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87016C

Black with #87016C

Text Example


Text Example

White with #87016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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