#950156

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

Shades of Eggplant #950156

Tints of Eggplant #950156

Color information

#950156 (or 0x950156) is unknown color: approx Eggplant. HEX triplet: 95, 01 and 56. RGB value is (149,1,86). Sum of RGB (Red+Green+Blue) = 149+1+86=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #950156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950156 is #6AFEA9. Grayscale: #363636. Windows color (decimal): -7012010 or 5636501. OLE color: 5636501.

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

Color convert

RGB149186-
CMYK00.990.420.42
HSL325.54º98.67%29.41%-
HSV(B)325.54º99.33%58.43%-
XYZ14.087.089.43-
YUV54.94145.53195.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.14%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=63.14%
G=0.42%
B=36.44%

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
Decimal14918600.990.420.42325.5498.6729.41
Hex951560632A2A146631d
Octal22511260143525250614335
Binary100101011101011001100011101010101010101000110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950156; }

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

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

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

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

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

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

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

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