Html Css Color HEX #861159 Eggplant

📋 copy color: '#861159'

red 134 ◦ green 17 ◦ blue 89

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

Shades of Eggplant #861159

Tints of Eggplant #861159

RGB

 RED value IS 134 (52.73% from 255) = 55.83%

 GREEN value IS 17 (7.03% from 255) = 7.08%

 BLUE value IS 89 (35.16% from 255) = 37.08%

R = 55.83%
G = 7.08%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#861159 (or 0x861159) is known color: Eggplant. HEX triplet: 86, 11 and 59. RGB value is (134,17,89). Sum of RGB (Red+Green+Blue) = 134+17+89=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #861159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861159 is #79EEA6. Grayscale: #3C3C3C. Windows color (decimal): -7990951 or 5837190. OLE color: 5837190.

HSL color Cylindrical-coordinate representation of color #861159: hue angle of 323.08º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861159 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 17 89 -
CMYK 0 0.87 0.34 0.47
HSL 323.08º 0.77% 0.3% -
HSV(B) 323.08º 0.87% 0.53% -
XYZ 11.84 6.19 10.02 -
YUV 60.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 134 17 89 0 0.87 0.34 0.47 323.08 0.77 0.3
Hex 86 11 59 0 57 22 2F 143 4D 1E
Octal 206 21 131 0 127 42 57 503 115 36
Binary 10000110 10001 1011001 0 1010111 100010 101111 101000011 1001101 11110

Color Harmonies of #861159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861159

Black with #861159

Text Example


Text Example

White with #861159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861159; }

 p { color: rgb(134,17,89); }

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

background-color css

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

 a { background-color: rgb(134,17,89); }

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

border-color css

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

 span { border-color: rgb(134,17,89); }

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