#951162

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

Shades of Eggplant #951162

Tints of Eggplant #951162

Color information

#951162 (or 0x951162) is unknown color: approx Eggplant. HEX triplet: 95, 11 and 62. RGB value is (149,17,98). Sum of RGB (Red+Green+Blue) = 149+17+98=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #951162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951162 is #6AEE9D. Grayscale: #414141. Windows color (decimal): -7007902 or 6427029. OLE color: 6427029.

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

Color convert

RGB1491798-
CMYK00.890.340.42
HSL323.18º79.52%32.55%-
HSV(B)323.18º88.59%58.43%-
XYZ14.87.6712.26-
YUV65.7146.23187.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 17 (7.03% from 255) = 6.44%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=56.44%
G=6.44%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149179800.890.340.42323.1879.5232.55
Hex951162059222A1435021
Octal225211420131425250312041
Binary10010101100011100010010110011000101010101010000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951162; }

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

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

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

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

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

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

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

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