Shades of Violet Blue #9660A0
Tints of Violet Blue #9660A0
RGB
CMYK
RGB Variations
Color information
#9660A0 (or 0x9660A0) is known color: Violet Blue. HEX triplet: 96, 60 and A0. RGB value is (150,96,160). Sum of RGB (Red+Green+Blue) = 150+96+160=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 160 - color contains mainly: blue. Hex color #9660A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9660A0 is #699F5F. Grayscale: #777777. Windows color (decimal): -6922080 or 10510486. OLE color: 10510486.
HSL color Cylindrical-coordinate representation of color #9660A0: hue angle of 290.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9660A0 is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 96 | 160 | - |
| CMYK | 0.06 | 0.4 | 0 | 0.37 |
| HSL | 290.63º | 0.25% | 0.5% | - |
| HSV(B) | 290.63º | 0.4% | 0.63% | - |
| XYZ | 23.11 | 17.39 | 35.4 | - |
| YUV | 119.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 160 | 0.06 | 0.4 | 0 | 0.37 | 290.63 | 0.25 | 0.5 |
| Hex | 96 | 60 | A0 | 6 | 28 | 0 | 25 | 123 | 19 | 32 |
| Octal | 226 | 140 | 240 | 6 | 50 | 0 | 45 | 443 | 31 | 62 |
| Binary | 10010110 | 1100000 | 10100000 | 110 | 101000 | 0 | 100101 | 100100011 | 11001 | 110010 |
Color Harmonies of #9660A0
Complementary color
Monochromatic Colors of #9660A0
Black with #9660A0
Text Example
Text Example
White with #9660A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9660A0; }
p { color: rgb(150,96,160); }
H1.HeaderClassName
{
color: #9660A0;
}
.AnyTagClassName
{
color: #9660A0;
}
</style>
background-color css
<style>
a { background-color: #9660A0; }
a { background-color: rgb(150,96,160); }
div.DivClassName
{
background-color: #9660A0;
}
.BgClassName
{
background-color: #9660A0;
}
</style>
border-color css
<style>
span { border-color: #9660A0; }
span { border-color: rgb(150,96,160); }
td.TdClassName
{
border-color: #9660A0;
}
.TagClassName
{
border-color: #9660A0;
}
</style>