#860968

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

Shades of Eggplant #860968

Tints of Eggplant #860968

Color information

#860968 (or 0x860968) is unknown color: approx Eggplant. HEX triplet: 86, 09 and 68. RGB value is (134,9,104). Sum of RGB (Red+Green+Blue) = 134+9+104=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #860968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860968 is #79F697. Grayscale: #383838. Windows color (decimal): -7992984 or 6818182. OLE color: 6818182.

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

Color convert

RGB1349104-
CMYK00.930.220.47
HSL314.4º87.41%28.04%-
HSV(B)314.4º93.28%52.55%-
XYZ12.436.2613.65-
YUV57.2154.41182.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.25%
GREEN value IS 9 (3.91% from 255) = 3.64%
BLUE value IS 104 (41.02% from 255) = 42.11%
R=54.25%
G=3.64%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134910400.930.220.47314.487.4128.04
Hex8696805D162F13a571c
Octal206111500135265747212734
Binary10000110100111010000101110110110101111100111010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860968; }

 p { color: rgb(134,9,104); }

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

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

 a { background-color: rgb(134,9,104); }

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

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

 span { border-color: rgb(134,9,104); }

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