#861264

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

Shades of Eggplant #861264

Tints of Eggplant #861264

Color information

#861264 (or 0x861264) is unknown color: approx Eggplant. HEX triplet: 86, 12 and 64. RGB value is (134,18,100). Sum of RGB (Red+Green+Blue) = 134+18+100=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #861264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861264 is #79ED9B. Grayscale: #3D3D3D. Windows color (decimal): -7990684 or 6558342. OLE color: 6558342.

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

Color convert

RGB13418100-
CMYK00.870.250.47
HSL317.59º76.32%29.8%-
HSV(B)317.59º86.57%52.55%-
XYZ12.356.4212.65-
YUV62.03149.43179.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.17%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 100 (39.45% from 255) = 39.68%
R=53.17%
G=7.14%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341810000.870.250.47317.5976.3229.8
Hex861264057192F13e4c1e
Octal206221440127315747611436
Binary100001101001011001000101011111001101111100111110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861264; }

 p { color: rgb(134,18,100); }

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

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

 a { background-color: rgb(134,18,100); }

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

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

 span { border-color: rgb(134,18,100); }

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