Html Css Color HEX #860159 Eggplant

📋 copy color: '#860159'

red 134 ◦ green 1 ◦ blue 89

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

Shades of Eggplant #860159

Tints of Eggplant #860159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 59.82%
G = 0.45%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#860159 (or 0x860159) is known color: Eggplant. HEX triplet: 86, 01 and 59. RGB value is (134,1,89). Sum of RGB (Red+Green+Blue) = 134+1+89=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #860159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860159 is #79FEA6. Grayscale: #323232. Windows color (decimal): -7995047 or 5833094. OLE color: 5833094.

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

Color convert

RGB 134 1 89 -
CMYK 0 0.99 0.34 0.47
HSL 320.3º 0.99% 0.26% -
HSV(B) 320.3º 0.99% 0.53% -
XYZ 11.65 5.81 9.96 -
YUV 50.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 134 1 89 0 0.99 0.34 0.47 320.3 0.99 0.26
Hex 86 1 59 0 63 22 2F 140 63 1A
Octal 206 1 131 0 143 42 57 500 143 32
Binary 10000110 1 1011001 0 1100011 100010 101111 101000000 1100011 11010

Color Harmonies of #860159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860159

Black with #860159

Text Example


Text Example

White with #860159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860159; }

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

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

background-color css

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

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

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

border-color css

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

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

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