#951169

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

Shades of Eggplant #951169

Tints of Eggplant #951169

Color information

#951169 (or 0x951169) is unknown color: approx Eggplant. HEX triplet: 95, 11 and 69. RGB value is (149,17,105). Sum of RGB (Red+Green+Blue) = 149+17+105=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #951169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951169 is #6AEE96. Grayscale: #424242. Windows color (decimal): -7007895 or 6885781. OLE color: 6885781.

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

Color convert

RGB14917105-
CMYK00.890.300.42
HSL320º79.52%32.55%-
HSV(B)320º88.59%58.43%-
XYZ15.147.8114.07-
YUV66.5149.73186.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 17 (7.03% from 255) = 6.27%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=54.98%
G=6.27%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491710500.890.300.4232079.5232.55
Hex9511690591E2A1405021
Octal225211510131365250012041
Binary1001010110001110100101011001111101010101010000001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951169; }

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

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

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

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

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

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

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

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