Shades of Violet Blue #9A469A
Tints of Violet Blue #9A469A
RGB
CMYK
RGB Variations
Color information
#9A469A (or 0x9A469A) is known color: Violet Blue. HEX triplet: 9A, 46 and 9A. RGB value is (154,70,154). Sum of RGB (Red+Green+Blue) = 154+70+154=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A469A is #65B965. Grayscale: #686868. Windows color (decimal): -6666598 or 10110618. OLE color: 10110618.
HSL color Cylindrical-coordinate representation of color #9A469A: hue angle of 300º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A469A is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 70 | 154 | - |
| CMYK | 0 | 0.55 | 0 | 0.40 |
| HSL | 300º | 0.38% | 0.44% | - |
| HSV(B) | 300º | 0.55% | 0.6% | - |
| XYZ | 21.35 | 13.58 | 32.07 | - |
| YUV | 104.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 70 | 154 | 0 | 0.55 | 0 | 0.40 | 300 | 0.38 | 0.44 |
| Hex | 9A | 46 | 9A | 0 | 37 | 0 | 28 | 12C | 26 | 2C |
| Octal | 232 | 106 | 232 | 0 | 67 | 0 | 50 | 454 | 46 | 54 |
| Binary | 10011010 | 1000110 | 10011010 | 0 | 110111 | 0 | 101000 | 100101100 | 100110 | 101100 |
Color Harmonies of #9A469A
Complementary color
Monochromatic Colors of #9A469A
Black with #9A469A
Text Example
Text Example
White with #9A469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A469A; }
p { color: rgb(154,70,154); }
H1.HeaderClassName
{
color: #9A469A;
}
.AnyTagClassName
{
color: #9A469A;
}
</style>
background-color css
<style>
a { background-color: #9A469A; }
a { background-color: rgb(154,70,154); }
div.DivClassName
{
background-color: #9A469A;
}
.BgClassName
{
background-color: #9A469A;
}
</style>
border-color css
<style>
span { border-color: #9A469A; }
span { border-color: rgb(154,70,154); }
td.TdClassName
{
border-color: #9A469A;
}
.TagClassName
{
border-color: #9A469A;
}
</style>