Html Css Color HEX #87005B Eggplant

📋 copy color: '#87005B'

red 135 ◦ green 0 ◦ blue 91

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

Shades of Eggplant #87005B

Tints of Eggplant #87005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.27%

R = 59.73%
G = 0%
B = 40.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#87005B (or 0x87005B) is known color: Eggplant. HEX triplet: 87, 00 and 5B. RGB value is (135,0,91). Sum of RGB (Red+Green+Blue) = 135+0+91=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #87005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87005B is #78FFA4. Grayscale: #323232. Windows color (decimal): -7929765 or 5963911. OLE color: 5963911.

HSL color Cylindrical-coordinate representation of color #87005B: hue angle of 319.56º 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 #87005B is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 0 91 -
CMYK 0 1 0.33 0.47
HSL 319.56º 1% 0.26% -
HSV(B) 319.56º 1% 0.53% -
XYZ 11.88 5.91 10.41 -
YUV 50.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 135 0 91 0 1 0.33 0.47 319.56 1 0.26
Hex 87 0 5B 0 64 21 2F 140 64 1A
Octal 207 0 133 0 144 41 57 500 144 32
Binary 10000111 0 1011011 0 1100100 100001 101111 101000000 1100100 11010

Color Harmonies of #87005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87005B

Black with #87005B

Text Example


Text Example

White with #87005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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