#860469

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

Shades of Eggplant #860469

Tints of Eggplant #860469

Color information

#860469 (or 0x860469) is unknown color: approx Eggplant. HEX triplet: 86, 04 and 69. RGB value is (134,4,105). Sum of RGB (Red+Green+Blue) = 134+4+105=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #860469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860469 is #79FB96. Grayscale: #363636. Windows color (decimal): -7994263 or 6882438. OLE color: 6882438.

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

Color convert

RGB1344105-
CMYK00.970.220.47
HSL313.38º94.2%27.06%-
HSV(B)313.38º97.01%52.55%-
XYZ12.426.1813.9-
YUV54.38156.57184.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=55.14%
G=1.65%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134410500.970.220.47313.3894.227.06
Hex86469061162F1395e1b
Octal20641510141265747113633
Binary1000011010011010010110000110110101111100111001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860469; }

 p { color: rgb(134,4,105); }

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

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

 a { background-color: rgb(134,4,105); }

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

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

 span { border-color: rgb(134,4,105); }

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