#860867

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

Shades of Eggplant #860867

Tints of Eggplant #860867

Color information

#860867 (or 0x860867) is unknown color: approx Eggplant. HEX triplet: 86, 08 and 67. RGB value is (134,8,103). Sum of RGB (Red+Green+Blue) = 134+8+103=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #860867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860867 is #79F798. Grayscale: #383838. Windows color (decimal): -7993241 or 6752390. OLE color: 6752390.

HSL color Cylindrical-coordinate representation of color #860867: hue angle of 314.76º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860867 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB1348103-
CMYK00.940.230.47
HSL314.76º88.73%27.84%-
HSV(B)314.76º94.03%52.55%-
XYZ12.376.2213.38-
YUV56.5154.24183.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 8 (3.52% from 255) = 3.27%
BLUE value IS 103 (40.62% from 255) = 42.04%
R=54.69%
G=3.27%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134810300.940.230.47314.7688.7327.84
Hex8686705E172F13b591c
Octal206101470136275747313134
Binary10000110100011001110101111010111101111100111011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860867; }

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

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

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

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

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

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

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

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