#860E67

Color #860E67 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #860E67

Tints of Eggplant #860E67

Color information

#860E67 (or 0x860E67) is unknown color: approx Eggplant. HEX triplet: 86, 0E and 67. RGB value is (134,14,103). Sum of RGB (Red+Green+Blue) = 134+14+103=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #860E67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E67 is #79F198. Grayscale: #3B3B3B. Windows color (decimal): -7991705 or 6753926. OLE color: 6753926.

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

Color convert

RGB13414103-
CMYK00.900.230.47
HSL315.5º81.08%29.02%-
HSV(B)315.5º89.55%52.55%-
XYZ12.446.3613.4-
YUV60.03152.26180.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.39%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 103 (40.62% from 255) = 41.04%
R=53.39%
G=5.58%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341410300.900.230.47315.581.0829.02
Hex86E6705A172F13c511d
Octal206161470132275747412135
Binary10000110111011001110101101010111101111100111100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860E67; }

 p { color: rgb(134,14,103); }

 H1.HeaderClassName
 {
   color: #860E67;
 }
 .AnyTagClassName
 {
   color: #860E67;
 }
</style>
background-color css

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

 a { background-color: rgb(134,14,103); }

 div.DivClassName
 {
   background-color: #860E67;
 }
 .BgClassName
 {
   background-color: #860E67;
 }
</style>
border-color css

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

 span { border-color: rgb(134,14,103); }

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