Shades of Violet Blue #9A609D
Tints of Violet Blue #9A609D
RGB
CMYK
RGB Variations
Color information
#9A609D (or 0x9A609D) is known color: Violet Blue. HEX triplet: 9A, 60 and 9D. RGB value is (154,96,157). Sum of RGB (Red+Green+Blue) = 154+96+157=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A609D is #659F62. Grayscale: #787878. Windows color (decimal): -6659939 or 10313882. OLE color: 10313882.
HSL color Cylindrical-coordinate representation of color #9A609D: hue angle of 297.05º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A609D is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 96 | 157 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.38 |
| HSL | 297.05º | 0.24% | 0.5% | - |
| HSV(B) | 297.05º | 0.39% | 0.62% | - |
| XYZ | 23.6 | 17.67 | 34.07 | - |
| YUV | 120.3 | 148.72 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 157 | 0.02 | 0.39 | 0 | 0.38 | 297.05 | 0.24 | 0.5 |
| Hex | 9A | 60 | 9D | 2 | 27 | 0 | 26 | 129 | 18 | 32 |
| Octal | 232 | 140 | 235 | 2 | 47 | 0 | 46 | 451 | 30 | 62 |
| Binary | 10011010 | 1100000 | 10011101 | 10 | 100111 | 0 | 100110 | 100101001 | 11000 | 110010 |
Color Harmonies of #9A609D
Complementary color
Monochromatic Colors of #9A609D
Black with #9A609D
Text Example
Text Example
White with #9A609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A609D; }
p { color: rgb(154,96,157); }
H1.HeaderClassName
{
color: #9A609D;
}
.AnyTagClassName
{
color: #9A609D;
}
</style>
background-color css
<style>
a { background-color: #9A609D; }
a { background-color: rgb(154,96,157); }
div.DivClassName
{
background-color: #9A609D;
}
.BgClassName
{
background-color: #9A609D;
}
</style>
border-color css
<style>
span { border-color: #9A609D; }
span { border-color: rgb(154,96,157); }
td.TdClassName
{
border-color: #9A609D;
}
.TagClassName
{
border-color: #9A609D;
}
</style>