#956A99

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

Shades of Violet Blue #956A99

Tints of Violet Blue #956A99

Color information

#956A99 (or 0x956A99) is unknown color: approx Violet Blue. HEX triplet: 95, 6A and 99. RGB value is (149,106,153). Sum of RGB (Red+Green+Blue) = 149+106+153=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #956A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956A99 is #6A9566. Grayscale: #7C7C7C. Windows color (decimal): -6985063 or 10054293. OLE color: 10054293.

HSL color Cylindrical-coordinate representation of color #956A99: hue angle of 294.89º 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 #956A99 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB149106153-
CMYK0.030.3100.4
HSL294.89º18.73%50.78%-
HSV(B)294.89º30.72%60%-
XYZ23.31932.58-
YUV124.22144.25145.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 106 (41.80% from 255) = 25.98%
BLUE value IS 153 (60.16% from 255) = 37.5%
R=36.52%
G=25.98%
B=37.5%

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
Decimal1491061530.030.3100.4294.8918.7350.78
Hex956A9931F0281271333
Octal2251522313370504472363
Binary100101011101010100110011111111010100010010011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956A99; }

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

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

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

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

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

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

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

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