Html Css Color HEX #87005F Eggplant

📋 copy color: '#87005F'

red 135 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #87005F

Tints of Eggplant #87005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.3%

R = 58.7%
G = 0%
B = 41.3%

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

#87005F (or 0x87005F) is known color: Eggplant. HEX triplet: 87, 00 and 5F. RGB value is (135,0,95). Sum of RGB (Red+Green+Blue) = 135+0+95=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #87005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87005F is #78FFA0. Grayscale: #323232. Windows color (decimal): -7929761 or 6226055. OLE color: 6226055.

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

Color convert

RGB 135 0 95 -
CMYK 0 1 0.30 0.47
HSL 317.78º 1% 0.26% -
HSV(B) 317.78º 1% 0.53% -
XYZ 12.06 5.98 11.34 -
YUV 51.2 152.73 187.78 -
System Red Green Blue C M Y K H S L
Decimal 135 0 95 0 1 0.30 0.47 317.78 1 0.26
Hex 87 0 5F 0 64 1E 2F 13E 64 1A
Octal 207 0 137 0 144 36 57 476 144 32
Binary 10000111 0 1011111 0 1100100 11110 101111 100111110 1100100 11010

Color Harmonies of #87005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87005F

Black with #87005F

Text Example


Text Example

White with #87005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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