Shades of Violet Blue #9A519A
Tints of Violet Blue #9A519A
RGB
CMYK
RGB Variations
Color information
#9A519A (or 0x9A519A) is known color: Violet Blue. HEX triplet: 9A, 51 and 9A. RGB value is (154,81,154). Sum of RGB (Red+Green+Blue) = 154+81+154=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A519A is #65AE65. Grayscale: #6E6E6E. Windows color (decimal): -6663782 or 10113434. OLE color: 10113434.
HSL color Cylindrical-coordinate representation of color #9A519A: hue angle of 300º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A519A is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 81 | 154 | - |
| CMYK | 0 | 0.47 | 0 | 0.40 |
| HSL | 300º | 0.31% | 0.46% | - |
| HSV(B) | 300º | 0.47% | 0.6% | - |
| XYZ | 22.1 | 15.09 | 32.32 | - |
| YUV | 111.15 | 152.18 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 81 | 154 | 0 | 0.47 | 0 | 0.40 | 300 | 0.31 | 0.46 |
| Hex | 9A | 51 | 9A | 0 | 2F | 0 | 28 | 12C | 1F | 2E |
| Octal | 232 | 121 | 232 | 0 | 57 | 0 | 50 | 454 | 37 | 56 |
| Binary | 10011010 | 1010001 | 10011010 | 0 | 101111 | 0 | 101000 | 100101100 | 11111 | 101110 |
Color Harmonies of #9A519A
Complementary color
Monochromatic Colors of #9A519A
Black with #9A519A
Text Example
Text Example
White with #9A519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A519A; }
p { color: rgb(154,81,154); }
H1.HeaderClassName
{
color: #9A519A;
}
.AnyTagClassName
{
color: #9A519A;
}
</style>
background-color css
<style>
a { background-color: #9A519A; }
a { background-color: rgb(154,81,154); }
div.DivClassName
{
background-color: #9A519A;
}
.BgClassName
{
background-color: #9A519A;
}
</style>
border-color css
<style>
span { border-color: #9A519A; }
span { border-color: rgb(154,81,154); }
td.TdClassName
{
border-color: #9A519A;
}
.TagClassName
{
border-color: #9A519A;
}
</style>