Html Css Color HEX #87014E Eggplant

📋 copy color: '#87014E'

red 135 ◦ green 1 ◦ blue 78

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

Shades of Eggplant #87014E

Tints of Eggplant #87014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 36.45%

R = 63.08%
G = 0.47%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#87014E (or 0x87014E) is known color: Eggplant. HEX triplet: 87, 01 and 4E. RGB value is (135,1,78). Sum of RGB (Red+Green+Blue) = 135+1+78=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #87014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87014E is #78FEB1. Grayscale: #313131. Windows color (decimal): -7929522 or 5112199. OLE color: 5112199.

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

Color convert

RGB 135 1 78 -
CMYK 0 0.99 0.42 0.47
HSL 325.52º 0.99% 0.27% -
HSV(B) 325.52º 0.99% 0.53% -
XYZ 11.38 5.72 7.71 -
YUV 49.84 143.89 188.74 -
System Red Green Blue C M Y K H S L
Decimal 135 1 78 0 0.99 0.42 0.47 325.52 0.99 0.27
Hex 87 1 4E 0 63 2A 2F 146 63 1B
Octal 207 1 116 0 143 52 57 506 143 33
Binary 10000111 1 1001110 0 1100011 101010 101111 101000110 1100011 11011

Color Harmonies of #87014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87014E

Black with #87014E

Text Example


Text Example

White with #87014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87014E; }

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

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

background-color css

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

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

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

border-color css

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

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

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