Html Css Color HEX #87015D Eggplant

📋 copy color: '#87015D'

red 135 ◦ green 1 ◦ blue 93

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

Shades of Eggplant #87015D

Tints of Eggplant #87015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 58.95%
G = 0.44%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#87015D (or 0x87015D) is known color: Eggplant. HEX triplet: 87, 01 and 5D. RGB value is (135,1,93). Sum of RGB (Red+Green+Blue) = 135+1+93=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #87015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87015D is #78FEA2. Grayscale: #333333. Windows color (decimal): -7929507 or 6095239. OLE color: 6095239.

HSL color Cylindrical-coordinate representation of color #87015D: hue angle of 318.81º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87015D is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 1 93 -
CMYK 0 0.99 0.31 0.47
HSL 318.81º 0.99% 0.27% -
HSV(B) 318.81º 0.99% 0.53% -
XYZ 11.98 5.96 10.88 -
YUV 51.55 151.39 187.52 -
System Red Green Blue C M Y K H S L
Decimal 135 1 93 0 0.99 0.31 0.47 318.81 0.99 0.27
Hex 87 1 5D 0 63 1F 2F 13F 63 1B
Octal 207 1 135 0 143 37 57 477 143 33
Binary 10000111 1 1011101 0 1100011 11111 101111 100111111 1100011 11011

Color Harmonies of #87015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87015D

Black with #87015D

Text Example


Text Example

White with #87015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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