Html Css Color HEX #87155F Eggplant

📋 copy color: '#87155F'

red 135 ◦ green 21 ◦ blue 95

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

Shades of Eggplant #87155F

Tints of Eggplant #87155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.37%

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

R = 53.78%
G = 8.37%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87155F (or 0x87155F) is known color: Eggplant. HEX triplet: 87, 15 and 5F. RGB value is (135,21,95). Sum of RGB (Red+Green+Blue) = 135+21+95=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #87155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87155F is #78EAA0. Grayscale: #3F3F3F. Windows color (decimal): -7924385 or 6231431. OLE color: 6231431.

HSL color Cylindrical-coordinate representation of color #87155F: hue angle of 321.05º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #87155F is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 21 95 -
CMYK 0 0.84 0.30 0.47
HSL 321.05º 0.73% 0.31% -
HSV(B) 321.05º 0.84% 0.53% -
XYZ 12.33 6.51 11.43 -
YUV 63.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 135 21 95 0 0.84 0.30 0.47 321.05 0.73 0.31
Hex 87 15 5F 0 54 1E 2F 141 49 1F
Octal 207 25 137 0 124 36 57 501 111 37
Binary 10000111 10101 1011111 0 1010100 11110 101111 101000001 1001001 11111

Color Harmonies of #87155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87155F

Black with #87155F

Text Example


Text Example

White with #87155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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