Shades of Violet Blue #955B9A
Tints of Violet Blue #955B9A
RGB
CMYK
RGB Variations
Color information
#955B9A (or 0x955B9A) is known color: Violet Blue. HEX triplet: 95, 5B and 9A. RGB value is (149,91,154). Sum of RGB (Red+Green+Blue) = 149+91+154=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #955B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B9A is #6AA465. Grayscale: #737373. Windows color (decimal): -6988902 or 10115989. OLE color: 10115989.
HSL color Cylindrical-coordinate representation of color #955B9A: hue angle of 295.24º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955B9A is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 91 | 154 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.40 |
| HSL | 295.24º | 0.26% | 0.48% | - |
| HSV(B) | 295.24º | 0.41% | 0.6% | - |
| XYZ | 21.97 | 16.2 | 32.54 | - |
| YUV | 115.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 154 | 0.03 | 0.41 | 0 | 0.40 | 295.24 | 0.26 | 0.48 |
| Hex | 95 | 5B | 9A | 3 | 29 | 0 | 28 | 127 | 1A | 30 |
| Octal | 225 | 133 | 232 | 3 | 51 | 0 | 50 | 447 | 32 | 60 |
| Binary | 10010101 | 1011011 | 10011010 | 11 | 101001 | 0 | 101000 | 100100111 | 11010 | 110000 |
Color Harmonies of #955B9A
Complementary color
Monochromatic Colors of #955B9A
Black with #955B9A
Text Example
Text Example
White with #955B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B9A; }
p { color: rgb(149,91,154); }
H1.HeaderClassName
{
color: #955B9A;
}
.AnyTagClassName
{
color: #955B9A;
}
</style>
background-color css
<style>
a { background-color: #955B9A; }
a { background-color: rgb(149,91,154); }
div.DivClassName
{
background-color: #955B9A;
}
.BgClassName
{
background-color: #955B9A;
}
</style>
border-color css
<style>
span { border-color: #955B9A; }
span { border-color: rgb(149,91,154); }
td.TdClassName
{
border-color: #955B9A;
}
.TagClassName
{
border-color: #955B9A;
}
</style>