Shades of Violet Blue #9A7298
Tints of Violet Blue #9A7298
RGB
CMYK
RGB Variations
Color information
#9A7298 (or 0x9A7298) is known color: Violet Blue. HEX triplet: 9A, 72 and 98. RGB value is (154,114,152). Sum of RGB (Red+Green+Blue) = 154+114+152=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7298 is #658D67. Grayscale: #828282. Windows color (decimal): -6655336 or 9990810. OLE color: 9990810.
HSL color Cylindrical-coordinate representation of color #9A7298: hue angle of 303º 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 #9A7298 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 114 | 152 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.40 |
| HSL | 303º | 0.17% | 0.53% | - |
| HSV(B) | 303º | 0.26% | 0.6% | - |
| XYZ | 25.01 | 21.17 | 32.47 | - |
| YUV | 130.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 152 | 0 | 0.26 | 0.01 | 0.40 | 303 | 0.17 | 0.53 |
| Hex | 9A | 72 | 98 | 0 | 1A | 1 | 28 | 12F | 11 | 35 |
| Octal | 232 | 162 | 230 | 0 | 32 | 1 | 50 | 457 | 21 | 65 |
| Binary | 10011010 | 1110010 | 10011000 | 0 | 11010 | 1 | 101000 | 100101111 | 10001 | 110101 |
Color Harmonies of #9A7298
Complementary color
Monochromatic Colors of #9A7298
Black with #9A7298
Text Example
Text Example
White with #9A7298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7298; }
p { color: rgb(154,114,152); }
H1.HeaderClassName
{
color: #9A7298;
}
.AnyTagClassName
{
color: #9A7298;
}
</style>
background-color css
<style>
a { background-color: #9A7298; }
a { background-color: rgb(154,114,152); }
div.DivClassName
{
background-color: #9A7298;
}
.BgClassName
{
background-color: #9A7298;
}
</style>
border-color css
<style>
span { border-color: #9A7298; }
span { border-color: rgb(154,114,152); }
td.TdClassName
{
border-color: #9A7298;
}
.TagClassName
{
border-color: #9A7298;
}
</style>