#956999

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

Shades of Violet Blue #956999

Tints of Violet Blue #956999

Color information

#956999 (or 0x956999) is unknown color: approx Violet Blue. HEX triplet: 95, 69 and 99. RGB value is (149,105,153). Sum of RGB (Red+Green+Blue) = 149+105+153=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #956999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956999 is #6A9666. Grayscale: #7B7B7B. Windows color (decimal): -6985319 or 10054037. OLE color: 10054037.

HSL color Cylindrical-coordinate representation of color #956999: hue angle of 295º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956999 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB149105153-
CMYK0.030.3100.4
HSL295º19.05%50.59%-
HSV(B)295º31.37%60%-
XYZ23.218.7932.54-
YUV123.63144.58146.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 153 (60.16% from 255) = 37.59%
R=36.61%
G=25.80%
B=37.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491051530.030.3100.429519.0550.59
Hex95699931F0281271333
Octal2251512313370504472363
Binary100101011101001100110011111111010100010010011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956999; }

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

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

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

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

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

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

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

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