Shades of Violet Blue #9F5698
Tints of Violet Blue #9F5698
RGB
CMYK
RGB Variations
Color information
#9F5698 (or 0x9F5698) is known color: Violet Blue. HEX triplet: 9F, 56 and 98. RGB value is (159,86,152). Sum of RGB (Red+Green+Blue) = 159+86+152=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5698 is #60A967. Grayscale: #737373. Windows color (decimal): -6334824 or 9983647. OLE color: 9983647.
HSL color Cylindrical-coordinate representation of color #9F5698: hue angle of 305.75º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F5698 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 86 | 152 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.38 |
| HSL | 305.75º | 0.3% | 0.48% | - |
| HSV(B) | 305.75º | 0.46% | 0.62% | - |
| XYZ | 23.29 | 16.29 | 31.62 | - |
| YUV | 115.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 152 | 0 | 0.46 | 0.04 | 0.38 | 305.75 | 0.3 | 0.48 |
| Hex | 9F | 56 | 98 | 0 | 2E | 4 | 26 | 132 | 1E | 30 |
| Octal | 237 | 126 | 230 | 0 | 56 | 4 | 46 | 462 | 36 | 60 |
| Binary | 10011111 | 1010110 | 10011000 | 0 | 101110 | 100 | 100110 | 100110010 | 11110 | 110000 |
Color Harmonies of #9F5698
Complementary color
Monochromatic Colors of #9F5698
Black with #9F5698
Text Example
Text Example
White with #9F5698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5698; }
p { color: rgb(159,86,152); }
H1.HeaderClassName
{
color: #9F5698;
}
.AnyTagClassName
{
color: #9F5698;
}
</style>
background-color css
<style>
a { background-color: #9F5698; }
a { background-color: rgb(159,86,152); }
div.DivClassName
{
background-color: #9F5698;
}
.BgClassName
{
background-color: #9F5698;
}
</style>
border-color css
<style>
span { border-color: #9F5698; }
span { border-color: rgb(159,86,152); }
td.TdClassName
{
border-color: #9F5698;
}
.TagClassName
{
border-color: #9F5698;
}
</style>