Html Css Color HEX #870E5D Eggplant

📋 copy color: '#870E5D'

red 135 ◦ green 14 ◦ blue 93

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

Shades of Eggplant #870E5D

Tints of Eggplant #870E5D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.79%

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

R = 55.79%
G = 5.79%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#870E5D (or 0x870E5D) is known color: Eggplant. HEX triplet: 87, 0E and 5D. RGB value is (135,14,93). Sum of RGB (Red+Green+Blue) = 135+14+93=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #870E5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E5D is #78F1A2. Grayscale: #3A3A3A. Windows color (decimal): -7926179 or 6098567. OLE color: 6098567.

HSL color Cylindrical-coordinate representation of color #870E5D: hue angle of 320.83º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E5D is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 14 93 -
CMYK 0 0.90 0.31 0.47
HSL 320.83º 0.81% 0.29% -
HSV(B) 320.83º 0.9% 0.53% -
XYZ 12.12 6.26 10.92 -
YUV 59.19 147.09 182.08 -
System Red Green Blue C M Y K H S L
Decimal 135 14 93 0 0.90 0.31 0.47 320.83 0.81 0.29
Hex 87 E 5D 0 5A 1F 2F 141 51 1D
Octal 207 16 135 0 132 37 57 501 121 35
Binary 10000111 1110 1011101 0 1011010 11111 101111 101000001 1010001 11101

Color Harmonies of #870E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E5D

Black with #870E5D

Text Example


Text Example

White with #870E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870E5D; }

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

 H1.HeaderClassName
 {
   color: #870E5D;
 }
 .AnyTagClassName
 {
   color: #870E5D;
 }
</style>

background-color css

<style>
 a { background-color: #870E5D; }

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

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

border-color css

<style>
 span { border-color: #870E5D; }

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

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