Shades of Violet Blue #9F539C
Tints of Violet Blue #9F539C
RGB
CMYK
RGB Variations
Color information
#9F539C (or 0x9F539C) is known color: Violet Blue. HEX triplet: 9F, 53 and 9C. RGB value is (159,83,156). Sum of RGB (Red+Green+Blue) = 159+83+156=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F539C is #60AC63. Grayscale: #717171. Windows color (decimal): -6335588 or 10245023. OLE color: 10245023.
HSL color Cylindrical-coordinate representation of color #9F539C: hue angle of 302.37º degrees, saturation: 0.31, 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 #9F539C is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 156 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.38 |
| HSL | 302.37º | 0.31% | 0.47% | - |
| HSV(B) | 302.37º | 0.48% | 0.62% | - |
| XYZ | 23.39 | 15.96 | 33.3 | - |
| YUV | 114.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 156 | 0 | 0.48 | 0.02 | 0.38 | 302.37 | 0.31 | 0.47 |
| Hex | 9F | 53 | 9C | 0 | 30 | 2 | 26 | 12E | 1F | 2F |
| Octal | 237 | 123 | 234 | 0 | 60 | 2 | 46 | 456 | 37 | 57 |
| Binary | 10011111 | 1010011 | 10011100 | 0 | 110000 | 10 | 100110 | 100101110 | 11111 | 101111 |
Color Harmonies of #9F539C
Complementary color
Monochromatic Colors of #9F539C
Black with #9F539C
Text Example
Text Example
White with #9F539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F539C; }
p { color: rgb(159,83,156); }
H1.HeaderClassName
{
color: #9F539C;
}
.AnyTagClassName
{
color: #9F539C;
}
</style>
background-color css
<style>
a { background-color: #9F539C; }
a { background-color: rgb(159,83,156); }
div.DivClassName
{
background-color: #9F539C;
}
.BgClassName
{
background-color: #9F539C;
}
</style>
border-color css
<style>
span { border-color: #9F539C; }
span { border-color: rgb(159,83,156); }
td.TdClassName
{
border-color: #9F539C;
}
.TagClassName
{
border-color: #9F539C;
}
</style>