Shades of Violet Blue #9961A0
Tints of Violet Blue #9961A0
RGB
CMYK
RGB Variations
Color information
#9961A0 (or 0x9961A0) is known color: Violet Blue. HEX triplet: 99, 61 and A0. RGB value is (153,97,160). Sum of RGB (Red+Green+Blue) = 153+97+160=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 160 - color contains mainly: blue. Hex color #9961A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9961A0 is #669E5F. Grayscale: #787878. Windows color (decimal): -6725216 or 10510745. OLE color: 10510745.
HSL color Cylindrical-coordinate representation of color #9961A0: hue angle of 293.33º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9961A0 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 97 | 160 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.37 |
| HSL | 293.33º | 0.25% | 0.5% | - |
| HSV(B) | 293.33º | 0.39% | 0.63% | - |
| XYZ | 23.76 | 17.86 | 35.45 | - |
| YUV | 120.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 160 | 0.04 | 0.39 | 0 | 0.37 | 293.33 | 0.25 | 0.5 |
| Hex | 99 | 61 | A0 | 4 | 27 | 0 | 25 | 125 | 19 | 32 |
| Octal | 231 | 141 | 240 | 4 | 47 | 0 | 45 | 445 | 31 | 62 |
| Binary | 10011001 | 1100001 | 10100000 | 100 | 100111 | 0 | 100101 | 100100101 | 11001 | 110010 |
Color Harmonies of #9961A0
Complementary color
Monochromatic Colors of #9961A0
Black with #9961A0
Text Example
Text Example
White with #9961A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9961A0; }
p { color: rgb(153,97,160); }
H1.HeaderClassName
{
color: #9961A0;
}
.AnyTagClassName
{
color: #9961A0;
}
</style>
background-color css
<style>
a { background-color: #9961A0; }
a { background-color: rgb(153,97,160); }
div.DivClassName
{
background-color: #9961A0;
}
.BgClassName
{
background-color: #9961A0;
}
</style>
border-color css
<style>
span { border-color: #9961A0; }
span { border-color: rgb(153,97,160); }
td.TdClassName
{
border-color: #9961A0;
}
.TagClassName
{
border-color: #9961A0;
}
</style>