Html Css Color HEX #860660 Eggplant

📋 copy color: '#860660'

red 134 ◦ green 6 ◦ blue 96

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

Shades of Eggplant #860660

Tints of Eggplant #860660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40.68%

R = 56.78%
G = 2.54%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#860660 (or 0x860660) is known color: Eggplant. HEX triplet: 86, 06 and 60. RGB value is (134,6,96). Sum of RGB (Red+Green+Blue) = 134+6+96=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #860660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860660 is #79F99F. Grayscale: #363636. Windows color (decimal): -7993760 or 6293126. OLE color: 6293126.

HSL color Cylindrical-coordinate representation of color #860660: hue angle of 317.81º 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 #860660 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 6 96 -
CMYK 0 0.96 0.28 0.47
HSL 317.81º 0.91% 0.27% -
HSV(B) 317.81º 0.96% 0.53% -
XYZ 12.01 6.04 11.6 -
YUV 54.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 134 6 96 0 0.96 0.28 0.47 317.81 0.91 0.27
Hex 86 6 60 0 60 1C 2F 13E 5B 1B
Octal 206 6 140 0 140 34 57 476 133 33
Binary 10000110 110 1100000 0 1100000 11100 101111 100111110 1011011 11011

Color Harmonies of #860660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860660

Black with #860660

Text Example


Text Example

White with #860660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860660; }

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

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

background-color css

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

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

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

border-color css

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

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

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