Html Css Color HEX #87165D Eggplant

📋 copy color: '#87165D'

red 135 ◦ green 22 ◦ blue 93

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

Shades of Eggplant #87165D

Tints of Eggplant #87165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.8%

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

R = 54%
G = 8.8%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#87165D (or 0x87165D) is known color: Eggplant. HEX triplet: 87, 16 and 5D. RGB value is (135,22,93). Sum of RGB (Red+Green+Blue) = 135+22+93=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #87165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87165D is #78E9A2. Grayscale: #3F3F3F. Windows color (decimal): -7924131 or 6100615. OLE color: 6100615.

HSL color Cylindrical-coordinate representation of color #87165D: hue angle of 322.3º degrees, saturation: 0.72, 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 #87165D is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 22 93 -
CMYK 0 0.84 0.31 0.47
HSL 322.3º 0.72% 0.31% -
HSV(B) 322.3º 0.84% 0.53% -
XYZ 12.25 6.52 10.97 -
YUV 63.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 135 22 93 0 0.84 0.31 0.47 322.3 0.72 0.31
Hex 87 16 5D 0 54 1F 2F 142 48 1F
Octal 207 26 135 0 124 37 57 502 110 37
Binary 10000111 10110 1011101 0 1010100 11111 101111 101000010 1001000 11111

Color Harmonies of #87165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87165D

Black with #87165D

Text Example


Text Example

White with #87165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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