Shades of Violet Blue #9969A0
Tints of Violet Blue #9969A0
RGB
CMYK
RGB Variations
Color information
#9969A0 (or 0x9969A0) is known color: Violet Blue. HEX triplet: 99, 69 and A0. RGB value is (153,105,160). Sum of RGB (Red+Green+Blue) = 153+105+160=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 160 - color contains mainly: blue. Hex color #9969A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9969A0 is #66965F. Grayscale: #7D7D7D. Windows color (decimal): -6723168 or 10512793. OLE color: 10512793.
HSL color Cylindrical-coordinate representation of color #9969A0: hue angle of 292.36º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9969A0 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 105 | 160 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.37 |
| HSL | 292.36º | 0.22% | 0.52% | - |
| HSV(B) | 292.36º | 0.34% | 0.63% | - |
| XYZ | 24.53 | 19.41 | 35.71 | - |
| YUV | 125.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 160 | 0.04 | 0.34 | 0 | 0.37 | 292.36 | 0.22 | 0.52 |
| Hex | 99 | 69 | A0 | 4 | 22 | 0 | 25 | 124 | 16 | 34 |
| Octal | 231 | 151 | 240 | 4 | 42 | 0 | 45 | 444 | 26 | 64 |
| Binary | 10011001 | 1101001 | 10100000 | 100 | 100010 | 0 | 100101 | 100100100 | 10110 | 110100 |
Color Harmonies of #9969A0
Complementary color
Monochromatic Colors of #9969A0
Black with #9969A0
Text Example
Text Example
White with #9969A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9969A0; }
p { color: rgb(153,105,160); }
H1.HeaderClassName
{
color: #9969A0;
}
.AnyTagClassName
{
color: #9969A0;
}
</style>
background-color css
<style>
a { background-color: #9969A0; }
a { background-color: rgb(153,105,160); }
div.DivClassName
{
background-color: #9969A0;
}
.BgClassName
{
background-color: #9969A0;
}
</style>
border-color css
<style>
span { border-color: #9969A0; }
span { border-color: rgb(153,105,160); }
td.TdClassName
{
border-color: #9969A0;
}
.TagClassName
{
border-color: #9969A0;
}
</style>