Shades of Violet Blue #9F5C98
Tints of Violet Blue #9F5C98
RGB
CMYK
RGB Variations
Color information
#9F5C98 (or 0x9F5C98) is known color: Violet Blue. HEX triplet: 9F, 5C and 98. RGB value is (159,92,152). Sum of RGB (Red+Green+Blue) = 159+92+152=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5C98 is #60A367. Grayscale: #767676. Windows color (decimal): -6333288 or 9985183. OLE color: 9985183.
HSL color Cylindrical-coordinate representation of color #9F5C98: hue angle of 306.27º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F5C98 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 92 | 152 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.38 |
| HSL | 306.27º | 0.27% | 0.49% | - |
| HSV(B) | 306.27º | 0.42% | 0.62% | - |
| XYZ | 23.79 | 17.29 | 31.79 | - |
| YUV | 118.87 | 146.7 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 152 | 0 | 0.42 | 0.04 | 0.38 | 306.27 | 0.27 | 0.49 |
| Hex | 9F | 5C | 98 | 0 | 2A | 4 | 26 | 132 | 1B | 31 |
| Octal | 237 | 134 | 230 | 0 | 52 | 4 | 46 | 462 | 33 | 61 |
| Binary | 10011111 | 1011100 | 10011000 | 0 | 101010 | 100 | 100110 | 100110010 | 11011 | 110001 |
Color Harmonies of #9F5C98
Complementary color
Monochromatic Colors of #9F5C98
Black with #9F5C98
Text Example
Text Example
White with #9F5C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5C98; }
p { color: rgb(159,92,152); }
H1.HeaderClassName
{
color: #9F5C98;
}
.AnyTagClassName
{
color: #9F5C98;
}
</style>
background-color css
<style>
a { background-color: #9F5C98; }
a { background-color: rgb(159,92,152); }
div.DivClassName
{
background-color: #9F5C98;
}
.BgClassName
{
background-color: #9F5C98;
}
</style>
border-color css
<style>
span { border-color: #9F5C98; }
span { border-color: rgb(159,92,152); }
td.TdClassName
{
border-color: #9F5C98;
}
.TagClassName
{
border-color: #9F5C98;
}
</style>