Shades of Violet Blue #9F5298
Tints of Violet Blue #9F5298
RGB
CMYK
RGB Variations
Color information
#9F5298 (or 0x9F5298) is known color: Violet Blue. HEX triplet: 9F, 52 and 98. RGB value is (159,82,152). Sum of RGB (Red+Green+Blue) = 159+82+152=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5298 is #60AD67. Grayscale: #707070. Windows color (decimal): -6335848 or 9982623. OLE color: 9982623.
HSL color Cylindrical-coordinate representation of color #9F5298: hue angle of 305.45º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5298 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 82 | 152 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.38 |
| HSL | 305.45º | 0.32% | 0.47% | - |
| HSV(B) | 305.45º | 0.48% | 0.62% | - |
| XYZ | 22.98 | 15.67 | 31.52 | - |
| YUV | 113 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 152 | 0 | 0.48 | 0.04 | 0.38 | 305.45 | 0.32 | 0.47 |
| Hex | 9F | 52 | 98 | 0 | 30 | 4 | 26 | 131 | 20 | 2F |
| Octal | 237 | 122 | 230 | 0 | 60 | 4 | 46 | 461 | 40 | 57 |
| Binary | 10011111 | 1010010 | 10011000 | 0 | 110000 | 100 | 100110 | 100110001 | 100000 | 101111 |
Color Harmonies of #9F5298
Complementary color
Monochromatic Colors of #9F5298
Black with #9F5298
Text Example
Text Example
White with #9F5298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5298; }
p { color: rgb(159,82,152); }
H1.HeaderClassName
{
color: #9F5298;
}
.AnyTagClassName
{
color: #9F5298;
}
</style>
background-color css
<style>
a { background-color: #9F5298; }
a { background-color: rgb(159,82,152); }
div.DivClassName
{
background-color: #9F5298;
}
.BgClassName
{
background-color: #9F5298;
}
</style>
border-color css
<style>
span { border-color: #9F5298; }
span { border-color: rgb(159,82,152); }
td.TdClassName
{
border-color: #9F5298;
}
.TagClassName
{
border-color: #9F5298;
}
</style>