#950456

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

Shades of Eggplant #950456

Tints of Eggplant #950456

Color information

#950456 (or 0x950456) is unknown color: approx Eggplant. HEX triplet: 95, 04 and 56. RGB value is (149,4,86). Sum of RGB (Red+Green+Blue) = 149+4+86=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #950456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950456 is #6AFBA9. Grayscale: #383838. Windows color (decimal): -7011242 or 5637269. OLE color: 5637269.

HSL color Cylindrical-coordinate representation of color #950456: hue angle of 326.07º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950456 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB149486-
CMYK00.970.420.42
HSL326.07º94.77%30%-
HSV(B)326.07º97.32%58.43%-
XYZ14.127.159.44-
YUV56.7144.54193.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=62.34%
G=1.67%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14948600.970.420.42326.0794.7730
Hex954560612A2A1465f1e
Octal22541260141525250613736
Binary10010101100101011001100001101010101010101000110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950456; }

 p { color: rgb(149,4,86); }

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

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

 a { background-color: rgb(149,4,86); }

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

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

 span { border-color: rgb(149,4,86); }

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