#950056

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

Shades of Eggplant #950056

Tints of Eggplant #950056

Color information

#950056 (or 0x950056) is unknown color: approx Eggplant. HEX triplet: 95, 00 and 56. RGB value is (149,0,86). Sum of RGB (Red+Green+Blue) = 149+0+86=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #950056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950056 is #6AFFA9. Grayscale: #363636. Windows color (decimal): -7012266 or 5636245. OLE color: 5636245.

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

Color convert

RGB149086-
CMYK010.420.42
HSL325.37º100%29.22%-
HSV(B)325.37º100%58.43%-
XYZ14.077.069.43-
YUV54.36145.86195.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=63.40%
G=0%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149086010.420.42325.3710029.22
Hex950560642A2A145641d
Octal22501260144525250514435
Binary100101010101011001100100101010101010101000101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950056; }

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

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

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

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

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

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

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

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