Html Css Color HEX #870E5A Eggplant

📋 copy color: '#870E5A'

red 135 ◦ green 14 ◦ blue 90

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

Shades of Eggplant #870E5A

Tints of Eggplant #870E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.66%

R = 56.49%
G = 5.86%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#870E5A (or 0x870E5A) is known color: Eggplant. HEX triplet: 87, 0E and 5A. RGB value is (135,14,90). Sum of RGB (Red+Green+Blue) = 135+14+90=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #870E5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E5A is #78F1A5. Grayscale: #3A3A3A. Windows color (decimal): -7926182 or 5901959. OLE color: 5901959.

HSL color Cylindrical-coordinate representation of color #870E5A: hue angle of 322.31º 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 #870E5A is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 14 90 -
CMYK 0 0.90 0.33 0.47
HSL 322.31º 0.81% 0.29% -
HSV(B) 322.31º 0.9% 0.53% -
XYZ 11.99 6.2 10.24 -
YUV 58.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 135 14 90 0 0.90 0.33 0.47 322.31 0.81 0.29
Hex 87 E 5A 0 5A 21 2F 142 51 1D
Octal 207 16 132 0 132 41 57 502 121 35
Binary 10000111 1110 1011010 0 1011010 100001 101111 101000010 1010001 11101

Color Harmonies of #870E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E5A

Black with #870E5A

Text Example


Text Example

White with #870E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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