Html Css Color HEX #87005D Eggplant

📋 copy color: '#87005D'

red 135 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #87005D

Tints of Eggplant #87005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.79%

R = 59.21%
G = 0%
B = 40.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#87005D (or 0x87005D) is known color: Eggplant. HEX triplet: 87, 00 and 5D. RGB value is (135,0,93). Sum of RGB (Red+Green+Blue) = 135+0+93=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #87005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87005D is #78FFA2. Grayscale: #323232. Windows color (decimal): -7929763 or 6094983. OLE color: 6094983.

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

Color convert

RGB 135 0 93 -
CMYK 0 1 0.31 0.47
HSL 318.67º 1% 0.26% -
HSV(B) 318.67º 1% 0.53% -
XYZ 11.97 5.94 10.87 -
YUV 50.97 151.73 187.94 -
System Red Green Blue C M Y K H S L
Decimal 135 0 93 0 1 0.31 0.47 318.67 1 0.26
Hex 87 0 5D 0 64 1F 2F 13F 64 1A
Octal 207 0 135 0 144 37 57 477 144 32
Binary 10000111 0 1011101 0 1100100 11111 101111 100111111 1100100 11010

Color Harmonies of #87005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87005D

Black with #87005D

Text Example


Text Example

White with #87005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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