Html Css Color HEX #87016D Eggplant

📋 copy color: '#87016D'

red 135 ◦ green 1 ◦ blue 109

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

Shades of Eggplant #87016D

Tints of Eggplant #87016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.49%

R = 55.1%
G = 0.41%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87016D (or 0x87016D) is known color: Eggplant. HEX triplet: 87, 01 and 6D. RGB value is (135,1,109). Sum of RGB (Red+Green+Blue) = 135+1+109=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87016D is #78FE92. Grayscale: #353535. Windows color (decimal): -7929491 or 7143815. OLE color: 7143815.

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

Color convert

RGB 135 1 109 -
CMYK 0 0.99 0.19 0.47
HSL 311.64º 0.99% 0.27% -
HSV(B) 311.64º 0.99% 0.53% -
XYZ 12.76 6.28 15.01 -
YUV 53.38 159.39 186.22 -
System Red Green Blue C M Y K H S L
Decimal 135 1 109 0 0.99 0.19 0.47 311.64 0.99 0.27
Hex 87 1 6D 0 63 13 2F 138 63 1B
Octal 207 1 155 0 143 23 57 470 143 33
Binary 10000111 1 1101101 0 1100011 10011 101111 100111000 1100011 11011

Color Harmonies of #87016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87016D

Black with #87016D

Text Example


Text Example

White with #87016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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