Shades of Violet Blue #955A9C
Tints of Violet Blue #955A9C
RGB
CMYK
RGB Variations
Color information
#955A9C (or 0x955A9C) is known color: Violet Blue. HEX triplet: 95, 5A and 9C. RGB value is (149,90,156). Sum of RGB (Red+Green+Blue) = 149+90+156=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #955A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A9C is #6AA563. Grayscale: #727272. Windows color (decimal): -6989156 or 10246805. OLE color: 10246805.
HSL color Cylindrical-coordinate representation of color #955A9C: hue angle of 293.64º 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 #955A9C is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 90 | 156 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.39 |
| HSL | 293.64º | 0.27% | 0.48% | - |
| HSV(B) | 293.64º | 0.42% | 0.61% | - |
| XYZ | 22.05 | 16.1 | 33.4 | - |
| YUV | 115.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 156 | 0.04 | 0.42 | 0 | 0.39 | 293.64 | 0.27 | 0.48 |
| Hex | 95 | 5A | 9C | 4 | 2A | 0 | 27 | 126 | 1B | 30 |
| Octal | 225 | 132 | 234 | 4 | 52 | 0 | 47 | 446 | 33 | 60 |
| Binary | 10010101 | 1011010 | 10011100 | 100 | 101010 | 0 | 100111 | 100100110 | 11011 | 110000 |
Color Harmonies of #955A9C
Complementary color
Monochromatic Colors of #955A9C
Black with #955A9C
Text Example
Text Example
White with #955A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A9C; }
p { color: rgb(149,90,156); }
H1.HeaderClassName
{
color: #955A9C;
}
.AnyTagClassName
{
color: #955A9C;
}
</style>
background-color css
<style>
a { background-color: #955A9C; }
a { background-color: rgb(149,90,156); }
div.DivClassName
{
background-color: #955A9C;
}
.BgClassName
{
background-color: #955A9C;
}
</style>
border-color css
<style>
span { border-color: #955A9C; }
span { border-color: rgb(149,90,156); }
td.TdClassName
{
border-color: #955A9C;
}
.TagClassName
{
border-color: #955A9C;
}
</style>