Shades of Violet Blue #9A6495
Tints of Violet Blue #9A6495
RGB
CMYK
RGB Variations
Color information
#9A6495 (or 0x9A6495) is known color: Violet Blue. HEX triplet: 9A, 64 and 95. RGB value is (154,100,149). Sum of RGB (Red+Green+Blue) = 154+100+149=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6495 is #659B6A. Grayscale: #797979. Windows color (decimal): -6658923 or 9790618. OLE color: 9790618.
HSL color Cylindrical-coordinate representation of color #9A6495: hue angle of 305.56º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A6495 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 100 | 149 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.40 |
| HSL | 305.56º | 0.21% | 0.5% | - |
| HSV(B) | 305.56º | 0.35% | 0.6% | - |
| XYZ | 23.31 | 18.15 | 30.71 | - |
| YUV | 121.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 100 | 149 | 0 | 0.35 | 0.03 | 0.40 | 305.56 | 0.21 | 0.5 |
| Hex | 9A | 64 | 95 | 0 | 23 | 3 | 28 | 132 | 15 | 32 |
| Octal | 232 | 144 | 225 | 0 | 43 | 3 | 50 | 462 | 25 | 62 |
| Binary | 10011010 | 1100100 | 10010101 | 0 | 100011 | 11 | 101000 | 100110010 | 10101 | 110010 |
Color Harmonies of #9A6495
Complementary color
Monochromatic Colors of #9A6495
Black with #9A6495
Text Example
Text Example
White with #9A6495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6495; }
p { color: rgb(154,100,149); }
H1.HeaderClassName
{
color: #9A6495;
}
.AnyTagClassName
{
color: #9A6495;
}
</style>
background-color css
<style>
a { background-color: #9A6495; }
a { background-color: rgb(154,100,149); }
div.DivClassName
{
background-color: #9A6495;
}
.BgClassName
{
background-color: #9A6495;
}
</style>
border-color css
<style>
span { border-color: #9A6495; }
span { border-color: rgb(154,100,149); }
td.TdClassName
{
border-color: #9A6495;
}
.TagClassName
{
border-color: #9A6495;
}
</style>