Shades of Violet Blue #9A468D
Tints of Violet Blue #9A468D
RGB
CMYK
RGB Variations
Color information
#9A468D (or 0x9A468D) is known color: Violet Blue. HEX triplet: 9A, 46 and 8D. RGB value is (154,70,141). Sum of RGB (Red+Green+Blue) = 154+70+141=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 154 - color contains mainly: red. Hex color #9A468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A468D is #65B972. Grayscale: #676767. Windows color (decimal): -6666611 or 9258650. OLE color: 9258650.
HSL color Cylindrical-coordinate representation of color #9A468D: hue angle of 309.29º 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 #9A468D is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 70 | 141 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.40 |
| HSL | 309.29º | 0.38% | 0.44% | - |
| HSV(B) | 309.29º | 0.55% | 0.6% | - |
| XYZ | 20.32 | 13.17 | 26.67 | - |
| YUV | 103.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 70 | 141 | 0 | 0.55 | 0.08 | 0.40 | 309.29 | 0.38 | 0.44 |
| Hex | 9A | 46 | 8D | 0 | 37 | 8 | 28 | 135 | 26 | 2C |
| Octal | 232 | 106 | 215 | 0 | 67 | 10 | 50 | 465 | 46 | 54 |
| Binary | 10011010 | 1000110 | 10001101 | 0 | 110111 | 1000 | 101000 | 100110101 | 100110 | 101100 |
Color Harmonies of #9A468D
Complementary color
Monochromatic Colors of #9A468D
Black with #9A468D
Text Example
Text Example
White with #9A468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A468D; }
p { color: rgb(154,70,141); }
H1.HeaderClassName
{
color: #9A468D;
}
.AnyTagClassName
{
color: #9A468D;
}
</style>
background-color css
<style>
a { background-color: #9A468D; }
a { background-color: rgb(154,70,141); }
div.DivClassName
{
background-color: #9A468D;
}
.BgClassName
{
background-color: #9A468D;
}
</style>
border-color css
<style>
span { border-color: #9A468D; }
span { border-color: rgb(154,70,141); }
td.TdClassName
{
border-color: #9A468D;
}
.TagClassName
{
border-color: #9A468D;
}
</style>