#950256

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

Shades of Eggplant #950256

Tints of Eggplant #950256

Color information

#950256 (or 0x950256) is unknown color: approx Eggplant. HEX triplet: 95, 02 and 56. RGB value is (149,2,86). Sum of RGB (Red+Green+Blue) = 149+2+86=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #950256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950256 is #6AFDA9. Grayscale: #373737. Windows color (decimal): -7011754 or 5636757. OLE color: 5636757.

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

Color convert

RGB149286-
CMYK00.990.420.42
HSL325.71º97.35%29.61%-
HSV(B)325.71º98.66%58.43%-
XYZ14.17.19.43-
YUV55.53145.2194.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.87%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=62.87%
G=0.84%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14928600.990.420.42325.7197.3529.61
Hex952560632A2A146611e
Octal22521260143525250614136
Binary1001010110101011001100011101010101010101000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950256; }

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

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

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

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

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

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

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

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