Shades of Violet Blue #9A619A
Tints of Violet Blue #9A619A
RGB
CMYK
RGB Variations
Color information
#9A619A (or 0x9A619A) is known color: Violet Blue. HEX triplet: 9A, 61 and 9A. RGB value is (154,97,154). Sum of RGB (Red+Green+Blue) = 154+97+154=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A619A is #659E65. Grayscale: #787878. Windows color (decimal): -6659686 or 10117530. OLE color: 10117530.
HSL color Cylindrical-coordinate representation of color #9A619A: 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.37%. Process color model (Four color, CMYK) of #9A619A is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 97 | 154 | - |
| CMYK | 0 | 0.37 | 0 | 0.40 |
| HSL | 300º | 0.23% | 0.49% | - |
| HSV(B) | 300º | 0.37% | 0.6% | - |
| XYZ | 23.43 | 17.75 | 32.76 | - |
| YUV | 120.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 154 | 0 | 0.37 | 0 | 0.40 | 300 | 0.23 | 0.49 |
| Hex | 9A | 61 | 9A | 0 | 25 | 0 | 28 | 12C | 17 | 31 |
| Octal | 232 | 141 | 232 | 0 | 45 | 0 | 50 | 454 | 27 | 61 |
| Binary | 10011010 | 1100001 | 10011010 | 0 | 100101 | 0 | 101000 | 100101100 | 10111 | 110001 |
Color Harmonies of #9A619A
Complementary color
Monochromatic Colors of #9A619A
Black with #9A619A
Text Example
Text Example
White with #9A619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A619A; }
p { color: rgb(154,97,154); }
H1.HeaderClassName
{
color: #9A619A;
}
.AnyTagClassName
{
color: #9A619A;
}
</style>
background-color css
<style>
a { background-color: #9A619A; }
a { background-color: rgb(154,97,154); }
div.DivClassName
{
background-color: #9A619A;
}
.BgClassName
{
background-color: #9A619A;
}
</style>
border-color css
<style>
span { border-color: #9A619A; }
span { border-color: rgb(154,97,154); }
td.TdClassName
{
border-color: #9A619A;
}
.TagClassName
{
border-color: #9A619A;
}
</style>