#951167

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

Shades of Eggplant #951167

Tints of Eggplant #951167

Color information

#951167 (or 0x951167) is unknown color: approx Eggplant. HEX triplet: 95, 11 and 67. RGB value is (149,17,103). Sum of RGB (Red+Green+Blue) = 149+17+103=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #951167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951167 is #6AEE98. Grayscale: #424242. Windows color (decimal): -7007897 or 6754709. OLE color: 6754709.

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

Color convert

RGB14917103-
CMYK00.890.310.42
HSL320.91º79.52%32.55%-
HSV(B)320.91º88.59%58.43%-
XYZ15.047.7713.54-
YUV66.27148.73187.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.39%
GREEN value IS 17 (7.03% from 255) = 6.32%
BLUE value IS 103 (40.62% from 255) = 38.29%
R=55.39%
G=6.32%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491710300.890.310.42320.9179.5232.55
Hex9511670591F2A1415021
Octal225211470131375250112041
Binary1001010110001110011101011001111111010101010000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951167; }

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

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

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

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

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

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

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

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