Shades of Violet Blue #9A469D
Tints of Violet Blue #9A469D
RGB
CMYK
RGB Variations
Color information
#9A469D (or 0x9A469D) is known color: Violet Blue. HEX triplet: 9A, 46 and 9D. RGB value is (154,70,157). Sum of RGB (Red+Green+Blue) = 154+70+157=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A469D is #65B962. Grayscale: #686868. Windows color (decimal): -6666595 or 10307226. OLE color: 10307226.
HSL color Cylindrical-coordinate representation of color #9A469D: hue angle of 297.93º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A469D is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 70 | 157 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.38 |
| HSL | 297.93º | 0.38% | 0.45% | - |
| HSV(B) | 297.93º | 0.55% | 0.62% | - |
| XYZ | 21.6 | 13.68 | 33.4 | - |
| YUV | 105.03 | 157.33 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 70 | 157 | 0.02 | 0.55 | 0 | 0.38 | 297.93 | 0.38 | 0.45 |
| Hex | 9A | 46 | 9D | 2 | 37 | 0 | 26 | 12A | 26 | 2D |
| Octal | 232 | 106 | 235 | 2 | 67 | 0 | 46 | 452 | 46 | 55 |
| Binary | 10011010 | 1000110 | 10011101 | 10 | 110111 | 0 | 100110 | 100101010 | 100110 | 101101 |
Color Harmonies of #9A469D
Complementary color
Monochromatic Colors of #9A469D
Black with #9A469D
Text Example
Text Example
White with #9A469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A469D; }
p { color: rgb(154,70,157); }
H1.HeaderClassName
{
color: #9A469D;
}
.AnyTagClassName
{
color: #9A469D;
}
</style>
background-color css
<style>
a { background-color: #9A469D; }
a { background-color: rgb(154,70,157); }
div.DivClassName
{
background-color: #9A469D;
}
.BgClassName
{
background-color: #9A469D;
}
</style>
border-color css
<style>
span { border-color: #9A469D; }
span { border-color: rgb(154,70,157); }
td.TdClassName
{
border-color: #9A469D;
}
.TagClassName
{
border-color: #9A469D;
}
</style>