Shades of Violet Blue #9A4792
Tints of Violet Blue #9A4792
RGB
CMYK
RGB Variations
Color information
#9A4792 (or 0x9A4792) is known color: Violet Blue. HEX triplet: 9A, 47 and 92. RGB value is (154,71,146). Sum of RGB (Red+Green+Blue) = 154+71+146=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4792 is #65B86D. Grayscale: #686868. Windows color (decimal): -6666350 or 9586586. OLE color: 9586586.
HSL color Cylindrical-coordinate representation of color #9A4792: hue angle of 305.78º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A4792 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 71 | 146 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.40 |
| HSL | 305.78º | 0.37% | 0.44% | - |
| HSV(B) | 305.78º | 0.54% | 0.6% | - |
| XYZ | 20.77 | 13.45 | 28.7 | - |
| YUV | 104.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 71 | 146 | 0 | 0.54 | 0.05 | 0.40 | 305.78 | 0.37 | 0.44 |
| Hex | 9A | 47 | 92 | 0 | 36 | 5 | 28 | 132 | 25 | 2C |
| Octal | 232 | 107 | 222 | 0 | 66 | 5 | 50 | 462 | 45 | 54 |
| Binary | 10011010 | 1000111 | 10010010 | 0 | 110110 | 101 | 101000 | 100110010 | 100101 | 101100 |
Color Harmonies of #9A4792
Complementary color
Monochromatic Colors of #9A4792
Black with #9A4792
Text Example
Text Example
White with #9A4792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4792; }
p { color: rgb(154,71,146); }
H1.HeaderClassName
{
color: #9A4792;
}
.AnyTagClassName
{
color: #9A4792;
}
</style>
background-color css
<style>
a { background-color: #9A4792; }
a { background-color: rgb(154,71,146); }
div.DivClassName
{
background-color: #9A4792;
}
.BgClassName
{
background-color: #9A4792;
}
</style>
border-color css
<style>
span { border-color: #9A4792; }
span { border-color: rgb(154,71,146); }
td.TdClassName
{
border-color: #9A4792;
}
.TagClassName
{
border-color: #9A4792;
}
</style>