Shades of Violet Blue #9F5296
Tints of Violet Blue #9F5296
RGB
CMYK
RGB Variations
Color information
#9F5296 (or 0x9F5296) is known color: Violet Blue. HEX triplet: 9F, 52 and 96. RGB value is (159,82,150). Sum of RGB (Red+Green+Blue) = 159+82+150=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5296 is #60AD69. Grayscale: #707070. Windows color (decimal): -6335850 or 9851551. OLE color: 9851551.
HSL color Cylindrical-coordinate representation of color #9F5296: hue angle of 307.01º 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 #9F5296 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 82 | 150 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.38 |
| HSL | 307.01º | 0.32% | 0.47% | - |
| HSV(B) | 307.01º | 0.48% | 0.62% | - |
| XYZ | 22.82 | 15.61 | 30.66 | - |
| YUV | 112.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 150 | 0 | 0.48 | 0.06 | 0.38 | 307.01 | 0.32 | 0.47 |
| Hex | 9F | 52 | 96 | 0 | 30 | 6 | 26 | 133 | 20 | 2F |
| Octal | 237 | 122 | 226 | 0 | 60 | 6 | 46 | 463 | 40 | 57 |
| Binary | 10011111 | 1010010 | 10010110 | 0 | 110000 | 110 | 100110 | 100110011 | 100000 | 101111 |
Color Harmonies of #9F5296
Complementary color
Monochromatic Colors of #9F5296
Black with #9F5296
Text Example
Text Example
White with #9F5296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5296; }
p { color: rgb(159,82,150); }
H1.HeaderClassName
{
color: #9F5296;
}
.AnyTagClassName
{
color: #9F5296;
}
</style>
background-color css
<style>
a { background-color: #9F5296; }
a { background-color: rgb(159,82,150); }
div.DivClassName
{
background-color: #9F5296;
}
.BgClassName
{
background-color: #9F5296;
}
</style>
border-color css
<style>
span { border-color: #9F5296; }
span { border-color: rgb(159,82,150); }
td.TdClassName
{
border-color: #9F5296;
}
.TagClassName
{
border-color: #9F5296;
}
</style>