#950478

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

Shades of Eggplant #950478

Tints of Eggplant #950478

Color information

#950478 (or 0x950478) is unknown color: approx Eggplant. HEX triplet: 95, 04 and 78. RGB value is (149,4,120). Sum of RGB (Red+Green+Blue) = 149+4+120=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #950478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950478 is #6AFB87. Grayscale: #3C3C3C. Windows color (decimal): -7011208 or 7865493. OLE color: 7865493.

HSL color Cylindrical-coordinate representation of color #950478: hue angle of 312º 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 #950478 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB1494120-
CMYK00.970.190.42
HSL312º94.77%30%-
HSV(B)312º97.32%58.43%-
XYZ15.837.8318.45-
YUV60.58161.54191.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.58%
GREEN value IS 4 (1.95% from 255) = 1.47%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=54.58%
G=1.47%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149412000.970.190.4231294.7730
Hex95478061132A1385f1e
Octal22541700141235247013736
Binary1001010110011110000110000110011101010100111000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950478; }

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

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

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

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

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

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

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

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