Shades of Violet Blue #9A609A
Tints of Violet Blue #9A609A
RGB
CMYK
RGB Variations
Color information
#9A609A (or 0x9A609A) is known color: Violet Blue. HEX triplet: 9A, 60 and 9A. RGB value is (154,96,154). Sum of RGB (Red+Green+Blue) = 154+96+154=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A609A is #659F65. Grayscale: #777777. Windows color (decimal): -6659942 or 10117274. OLE color: 10117274.
HSL color Cylindrical-coordinate representation of color #9A609A: hue angle of 300º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A609A is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 96 | 154 | - |
| CMYK | 0 | 0.38 | 0 | 0.40 |
| HSL | 300º | 0.23% | 0.49% | - |
| HSV(B) | 300º | 0.38% | 0.6% | - |
| XYZ | 23.34 | 17.57 | 32.73 | - |
| YUV | 119.95 | 147.22 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 154 | 0 | 0.38 | 0 | 0.40 | 300 | 0.23 | 0.49 |
| Hex | 9A | 60 | 9A | 0 | 26 | 0 | 28 | 12C | 17 | 31 |
| Octal | 232 | 140 | 232 | 0 | 46 | 0 | 50 | 454 | 27 | 61 |
| Binary | 10011010 | 1100000 | 10011010 | 0 | 100110 | 0 | 101000 | 100101100 | 10111 | 110001 |
Color Harmonies of #9A609A
Complementary color
Monochromatic Colors of #9A609A
Black with #9A609A
Text Example
Text Example
White with #9A609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A609A; }
p { color: rgb(154,96,154); }
H1.HeaderClassName
{
color: #9A609A;
}
.AnyTagClassName
{
color: #9A609A;
}
</style>
background-color css
<style>
a { background-color: #9A609A; }
a { background-color: rgb(154,96,154); }
div.DivClassName
{
background-color: #9A609A;
}
.BgClassName
{
background-color: #9A609A;
}
</style>
border-color css
<style>
span { border-color: #9A609A; }
span { border-color: rgb(154,96,154); }
td.TdClassName
{
border-color: #9A609A;
}
.TagClassName
{
border-color: #9A609A;
}
</style>