Html Css Color HEX #87155E Eggplant

📋 copy color: '#87155E'

red 135 ◦ green 21 ◦ blue 94

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

Shades of Eggplant #87155E

Tints of Eggplant #87155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.6%

R = 54%
G = 8.4%
B = 37.6%

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

#87155E (or 0x87155E) is known color: Eggplant. HEX triplet: 87, 15 and 5E. RGB value is (135,21,94). Sum of RGB (Red+Green+Blue) = 135+21+94=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #87155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87155E is #78EAA1. Grayscale: #3F3F3F. Windows color (decimal): -7924386 or 6165895. OLE color: 6165895.

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

Color convert

RGB 135 21 94 -
CMYK 0 0.84 0.30 0.47
HSL 321.58º 0.73% 0.31% -
HSV(B) 321.58º 0.84% 0.53% -
XYZ 12.28 6.5 11.2 -
YUV 63.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 135 21 94 0 0.84 0.30 0.47 321.58 0.73 0.31
Hex 87 15 5E 0 54 1E 2F 142 49 1F
Octal 207 25 136 0 124 36 57 502 111 37
Binary 10000111 10101 1011110 0 1010100 11110 101111 101000010 1001001 11111

Color Harmonies of #87155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87155E

Black with #87155E

Text Example


Text Example

White with #87155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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