Html Css Color HEX #87016A Eggplant

📋 copy color: '#87016A'

red 135 ◦ green 1 ◦ blue 106

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

Shades of Eggplant #87016A

Tints of Eggplant #87016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.8%

R = 55.79%
G = 0.41%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#87016A (or 0x87016A) is known color: Eggplant. HEX triplet: 87, 01 and 6A. RGB value is (135,1,106). Sum of RGB (Red+Green+Blue) = 135+1+106=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #87016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87016A is #78FE95. Grayscale: #343434. Windows color (decimal): -7929494 or 6947207. OLE color: 6947207.

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

Color convert

RGB 135 1 106 -
CMYK 0 0.99 0.21 0.47
HSL 312.99º 0.99% 0.27% -
HSV(B) 312.99º 0.99% 0.53% -
XYZ 12.6 6.21 14.17 -
YUV 53.04 157.89 186.46 -
System Red Green Blue C M Y K H S L
Decimal 135 1 106 0 0.99 0.21 0.47 312.99 0.99 0.27
Hex 87 1 6A 0 63 15 2F 139 63 1B
Octal 207 1 152 0 143 25 57 471 143 33
Binary 10000111 1 1101010 0 1100011 10101 101111 100111001 1100011 11011

Color Harmonies of #87016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87016A

Black with #87016A

Text Example


Text Example

White with #87016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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