Html Css Color HEX #87135D Eggplant

📋 copy color: '#87135D'

red 135 ◦ green 19 ◦ blue 93

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

Shades of Eggplant #87135D

Tints of Eggplant #87135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

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

R = 54.66%
G = 7.69%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#87135D (or 0x87135D) is known color: Eggplant. HEX triplet: 87, 13 and 5D. RGB value is (135,19,93). Sum of RGB (Red+Green+Blue) = 135+19+93=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #87135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87135D is #78ECA2. Grayscale: #3D3D3D. Windows color (decimal): -7924899 or 6099847. OLE color: 6099847.

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

Color convert

RGB 135 19 93 -
CMYK 0 0.86 0.31 0.47
HSL 321.72º 0.75% 0.3% -
HSV(B) 321.72º 0.86% 0.53% -
XYZ 12.2 6.41 10.95 -
YUV 62.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 135 19 93 0 0.86 0.31 0.47 321.72 0.75 0.3
Hex 87 13 5D 0 56 1F 2F 142 4B 1E
Octal 207 23 135 0 126 37 57 502 113 36
Binary 10000111 10011 1011101 0 1010110 11111 101111 101000010 1001011 11110

Color Harmonies of #87135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87135D

Black with #87135D

Text Example


Text Example

White with #87135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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