Html Css Color HEX #87005E Eggplant

📋 copy color: '#87005E'

red 135 ◦ green 0 ◦ blue 94

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

Shades of Eggplant #87005E

Tints of Eggplant #87005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 41.05%

R = 58.95%
G = 0%
B = 41.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87005E (or 0x87005E) is known color: Eggplant. HEX triplet: 87, 00 and 5E. RGB value is (135,0,94). Sum of RGB (Red+Green+Blue) = 135+0+94=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #87005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87005E is #78FFA1. Grayscale: #323232. Windows color (decimal): -7929762 or 6160519. OLE color: 6160519.

HSL color Cylindrical-coordinate representation of color #87005E: hue angle of 318.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87005E is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 0 94 -
CMYK 0 1 0.30 0.47
HSL 318.22º 1% 0.26% -
HSV(B) 318.22º 1% 0.53% -
XYZ 12.01 5.96 11.11 -
YUV 51.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 135 0 94 0 1 0.30 0.47 318.22 1 0.26
Hex 87 0 5E 0 64 1E 2F 13E 64 1A
Octal 207 0 136 0 144 36 57 476 144 32
Binary 10000111 0 1011110 0 1100100 11110 101111 100111110 1100100 11010

Color Harmonies of #87005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87005E

Black with #87005E

Text Example


Text Example

White with #87005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,0,94); }

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

background-color css

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

 a { background-color: rgb(135,0,94); }

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

border-color css

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

 span { border-color: rgb(135,0,94); }

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