Shades of Violet Blue #9A7296
Tints of Violet Blue #9A7296
RGB
CMYK
RGB Variations
Color information
#9A7296 (or 0x9A7296) is known color: Violet Blue. HEX triplet: 9A, 72 and 96. RGB value is (154,114,150). Sum of RGB (Red+Green+Blue) = 154+114+150=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7296 is #658D69. Grayscale: #818181. Windows color (decimal): -6655338 or 9859738. OLE color: 9859738.
HSL color Cylindrical-coordinate representation of color #9A7296: hue angle of 306º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A7296 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 114 | 150 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.40 |
| HSL | 306º | 0.17% | 0.53% | - |
| HSV(B) | 306º | 0.26% | 0.6% | - |
| XYZ | 24.85 | 21.11 | 31.62 | - |
| YUV | 130.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 150 | 0 | 0.26 | 0.03 | 0.40 | 306 | 0.17 | 0.53 |
| Hex | 9A | 72 | 96 | 0 | 1A | 3 | 28 | 132 | 11 | 35 |
| Octal | 232 | 162 | 226 | 0 | 32 | 3 | 50 | 462 | 21 | 65 |
| Binary | 10011010 | 1110010 | 10010110 | 0 | 11010 | 11 | 101000 | 100110010 | 10001 | 110101 |
Color Harmonies of #9A7296
Complementary color
Monochromatic Colors of #9A7296
Black with #9A7296
Text Example
Text Example
White with #9A7296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7296; }
p { color: rgb(154,114,150); }
H1.HeaderClassName
{
color: #9A7296;
}
.AnyTagClassName
{
color: #9A7296;
}
</style>
background-color css
<style>
a { background-color: #9A7296; }
a { background-color: rgb(154,114,150); }
div.DivClassName
{
background-color: #9A7296;
}
.BgClassName
{
background-color: #9A7296;
}
</style>
border-color css
<style>
span { border-color: #9A7296; }
span { border-color: rgb(154,114,150); }
td.TdClassName
{
border-color: #9A7296;
}
.TagClassName
{
border-color: #9A7296;
}
</style>