Html Css Color HEX #860659 Eggplant

📋 copy color: '#860659'

red 134 ◦ green 6 ◦ blue 89

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

Shades of Eggplant #860659

Tints of Eggplant #860659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.62%

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

R = 58.52%
G = 2.62%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#860659 (or 0x860659) is known color: Eggplant. HEX triplet: 86, 06 and 59. RGB value is (134,6,89). Sum of RGB (Red+Green+Blue) = 134+6+89=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #860659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860659 is #79F9A6. Grayscale: #353535. Windows color (decimal): -7993767 or 5834374. OLE color: 5834374.

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

Color convert

RGB 134 6 89 -
CMYK 0 0.96 0.34 0.47
HSL 321.09º 0.91% 0.27% -
HSV(B) 321.09º 0.96% 0.53% -
XYZ 11.7 5.92 9.98 -
YUV 53.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 134 6 89 0 0.96 0.34 0.47 321.09 0.91 0.27
Hex 86 6 59 0 60 22 2F 141 5B 1B
Octal 206 6 131 0 140 42 57 501 133 33
Binary 10000110 110 1011001 0 1100000 100010 101111 101000001 1011011 11011

Color Harmonies of #860659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860659

Black with #860659

Text Example


Text Example

White with #860659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860659; }

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

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

background-color css

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

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

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

border-color css

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

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

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