Shades of Violet Blue #9F6098
Tints of Violet Blue #9F6098
RGB
CMYK
RGB Variations
Color information
#9F6098 (or 0x9F6098) is known color: Violet Blue. HEX triplet: 9F, 60 and 98. RGB value is (159,96,152). Sum of RGB (Red+Green+Blue) = 159+96+152=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6098 is #609F67. Grayscale: #797979. Windows color (decimal): -6332264 or 9986207. OLE color: 9986207.
HSL color Cylindrical-coordinate representation of color #9F6098: hue angle of 306.67º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F6098 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 96 | 152 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.38 |
| HSL | 306.67º | 0.25% | 0.5% | - |
| HSV(B) | 306.67º | 0.4% | 0.62% | - |
| XYZ | 24.15 | 18 | 31.91 | - |
| YUV | 121.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 152 | 0 | 0.40 | 0.04 | 0.38 | 306.67 | 0.25 | 0.5 |
| Hex | 9F | 60 | 98 | 0 | 28 | 4 | 26 | 133 | 19 | 32 |
| Octal | 237 | 140 | 230 | 0 | 50 | 4 | 46 | 463 | 31 | 62 |
| Binary | 10011111 | 1100000 | 10011000 | 0 | 101000 | 100 | 100110 | 100110011 | 11001 | 110010 |
Color Harmonies of #9F6098
Complementary color
Monochromatic Colors of #9F6098
Black with #9F6098
Text Example
Text Example
White with #9F6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6098; }
p { color: rgb(159,96,152); }
H1.HeaderClassName
{
color: #9F6098;
}
.AnyTagClassName
{
color: #9F6098;
}
</style>
background-color css
<style>
a { background-color: #9F6098; }
a { background-color: rgb(159,96,152); }
div.DivClassName
{
background-color: #9F6098;
}
.BgClassName
{
background-color: #9F6098;
}
</style>
border-color css
<style>
span { border-color: #9F6098; }
span { border-color: rgb(159,96,152); }
td.TdClassName
{
border-color: #9F6098;
}
.TagClassName
{
border-color: #9F6098;
}
</style>