Shades of Violet Blue #955A9B
Tints of Violet Blue #955A9B
RGB
CMYK
RGB Variations
Color information
#955A9B (or 0x955A9B) is known color: Violet Blue. HEX triplet: 95, 5A and 9B. RGB value is (149,90,155). Sum of RGB (Red+Green+Blue) = 149+90+155=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #955A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A9B is #6AA564. Grayscale: #727272. Windows color (decimal): -6989157 or 10181269. OLE color: 10181269.
HSL color Cylindrical-coordinate representation of color #955A9B: hue angle of 294.46º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955A9B is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 90 | 155 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.39 |
| HSL | 294.46º | 0.27% | 0.48% | - |
| HSV(B) | 294.46º | 0.42% | 0.61% | - |
| XYZ | 21.97 | 16.07 | 32.95 | - |
| YUV | 115.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 155 | 0.04 | 0.42 | 0 | 0.39 | 294.46 | 0.27 | 0.48 |
| Hex | 95 | 5A | 9B | 4 | 2A | 0 | 27 | 126 | 1B | 30 |
| Octal | 225 | 132 | 233 | 4 | 52 | 0 | 47 | 446 | 33 | 60 |
| Binary | 10010101 | 1011010 | 10011011 | 100 | 101010 | 0 | 100111 | 100100110 | 11011 | 110000 |
Color Harmonies of #955A9B
Complementary color
Monochromatic Colors of #955A9B
Black with #955A9B
Text Example
Text Example
White with #955A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A9B; }
p { color: rgb(149,90,155); }
H1.HeaderClassName
{
color: #955A9B;
}
.AnyTagClassName
{
color: #955A9B;
}
</style>
background-color css
<style>
a { background-color: #955A9B; }
a { background-color: rgb(149,90,155); }
div.DivClassName
{
background-color: #955A9B;
}
.BgClassName
{
background-color: #955A9B;
}
</style>
border-color css
<style>
span { border-color: #955A9B; }
span { border-color: rgb(149,90,155); }
td.TdClassName
{
border-color: #955A9B;
}
.TagClassName
{
border-color: #955A9B;
}
</style>