#950469

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

Shades of Eggplant #950469

Tints of Eggplant #950469

Color information

#950469 (or 0x950469) is unknown color: approx Eggplant. HEX triplet: 95, 04 and 69. RGB value is (149,4,105). Sum of RGB (Red+Green+Blue) = 149+4+105=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #950469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950469 is #6AFB96. Grayscale: #3A3A3A. Windows color (decimal): -7011223 or 6882453. OLE color: 6882453.

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

Color convert

RGB1494105-
CMYK00.970.300.42
HSL318.21º94.77%30%-
HSV(B)318.21º97.32%58.43%-
XYZ14.997.514.02-
YUV58.87154.04192.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.75%
GREEN value IS 4 (1.95% from 255) = 1.55%
BLUE value IS 105 (41.41% from 255) = 40.70%
R=57.75%
G=1.55%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149410500.970.300.42318.2194.7730
Hex954690611E2A13e5f1e
Octal22541510141365247613736
Binary1001010110011010010110000111110101010100111110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950469; }

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

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

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

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

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

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

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

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