Shades of Violet Blue #9F7098
Tints of Violet Blue #9F7098
RGB
CMYK
RGB Variations
Color information
#9F7098 (or 0x9F7098) is known color: Violet Blue. HEX triplet: 9F, 70 and 98. RGB value is (159,112,152). Sum of RGB (Red+Green+Blue) = 159+112+152=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7098 is #608F67. Grayscale: #828282. Windows color (decimal): -6328168 or 9990303. OLE color: 9990303.
HSL color Cylindrical-coordinate representation of color #9F7098: hue angle of 308.94º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F7098 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 152 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.38 |
| HSL | 308.94º | 0.2% | 0.53% | - |
| HSV(B) | 308.94º | 0.3% | 0.62% | - |
| XYZ | 25.76 | 21.23 | 32.45 | - |
| YUV | 130.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 152 | 0 | 0.30 | 0.04 | 0.38 | 308.94 | 0.2 | 0.53 |
| Hex | 9F | 70 | 98 | 0 | 1E | 4 | 26 | 135 | 14 | 35 |
| Octal | 237 | 160 | 230 | 0 | 36 | 4 | 46 | 465 | 24 | 65 |
| Binary | 10011111 | 1110000 | 10011000 | 0 | 11110 | 100 | 100110 | 100110101 | 10100 | 110101 |
Color Harmonies of #9F7098
Complementary color
Monochromatic Colors of #9F7098
Black with #9F7098
Text Example
Text Example
White with #9F7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7098; }
p { color: rgb(159,112,152); }
H1.HeaderClassName
{
color: #9F7098;
}
.AnyTagClassName
{
color: #9F7098;
}
</style>
background-color css
<style>
a { background-color: #9F7098; }
a { background-color: rgb(159,112,152); }
div.DivClassName
{
background-color: #9F7098;
}
.BgClassName
{
background-color: #9F7098;
}
</style>
border-color css
<style>
span { border-color: #9F7098; }
span { border-color: rgb(159,112,152); }
td.TdClassName
{
border-color: #9F7098;
}
.TagClassName
{
border-color: #9F7098;
}
</style>