Html Css Color HEX #87044E Eggplant

📋 copy color: '#87044E'

red 135 ◦ green 4 ◦ blue 78

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

Shades of Eggplant #87044E

Tints of Eggplant #87044E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.84%

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

R = 62.21%
G = 1.84%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#87044E (or 0x87044E) is known color: Eggplant. HEX triplet: 87, 04 and 4E. RGB value is (135,4,78). Sum of RGB (Red+Green+Blue) = 135+4+78=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #87044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87044E is #78FBB1. Grayscale: #333333. Windows color (decimal): -7928754 or 5112967. OLE color: 5112967.

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

Color convert

RGB 135 4 78 -
CMYK 0 0.97 0.42 0.47
HSL 326.11º 0.94% 0.27% -
HSV(B) 326.11º 0.97% 0.53% -
XYZ 11.41 5.79 7.72 -
YUV 51.61 142.9 187.48 -
System Red Green Blue C M Y K H S L
Decimal 135 4 78 0 0.97 0.42 0.47 326.11 0.94 0.27
Hex 87 4 4E 0 61 2A 2F 146 5E 1B
Octal 207 4 116 0 141 52 57 506 136 33
Binary 10000111 100 1001110 0 1100001 101010 101111 101000110 1011110 11011

Color Harmonies of #87044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87044E

Black with #87044E

Text Example


Text Example

White with #87044E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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