Html Css Color HEX #87185F Eggplant

📋 copy color: '#87185F'

red 135 ◦ green 24 ◦ blue 95

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

Shades of Eggplant #87185F

Tints of Eggplant #87185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

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

R = 53.15%
G = 9.45%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87185F (or 0x87185F) is known color: Eggplant. HEX triplet: 87, 18 and 5F. RGB value is (135,24,95). Sum of RGB (Red+Green+Blue) = 135+24+95=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #87185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87185F is #78E7A0. Grayscale: #414141. Windows color (decimal): -7923617 or 6232199. OLE color: 6232199.

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

Color convert

RGB 135 24 95 -
CMYK 0 0.82 0.30 0.47
HSL 321.62º 0.7% 0.31% -
HSV(B) 321.62º 0.82% 0.53% -
XYZ 12.38 6.63 11.45 -
YUV 65.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 135 24 95 0 0.82 0.30 0.47 321.62 0.7 0.31
Hex 87 18 5F 0 52 1E 2F 142 46 1F
Octal 207 30 137 0 122 36 57 502 106 37
Binary 10000111 11000 1011111 0 1010010 11110 101111 101000010 1000110 11111

Color Harmonies of #87185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87185F

Black with #87185F

Text Example


Text Example

White with #87185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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