Shades of Violet Blue #9F529D
Tints of Violet Blue #9F529D
RGB
CMYK
RGB Variations
Color information
#9F529D (or 0x9F529D) is known color: Violet Blue. HEX triplet: 9F, 52 and 9D. RGB value is (159,82,157). Sum of RGB (Red+Green+Blue) = 159+82+157=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F529D is #60AD62. Grayscale: #717171. Windows color (decimal): -6335843 or 10310303. OLE color: 10310303.
HSL color Cylindrical-coordinate representation of color #9F529D: hue angle of 301.56º degrees, saturation: 0.32, 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 #9F529D is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 82 | 157 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.38 |
| HSL | 301.56º | 0.32% | 0.47% | - |
| HSV(B) | 301.56º | 0.48% | 0.62% | - |
| XYZ | 23.4 | 15.84 | 33.72 | - |
| YUV | 113.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 157 | 0 | 0.48 | 0.01 | 0.38 | 301.56 | 0.32 | 0.47 |
| Hex | 9F | 52 | 9D | 0 | 30 | 1 | 26 | 12E | 20 | 2F |
| Octal | 237 | 122 | 235 | 0 | 60 | 1 | 46 | 456 | 40 | 57 |
| Binary | 10011111 | 1010010 | 10011101 | 0 | 110000 | 1 | 100110 | 100101110 | 100000 | 101111 |
Color Harmonies of #9F529D
Complementary color
Monochromatic Colors of #9F529D
Black with #9F529D
Text Example
Text Example
White with #9F529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F529D; }
p { color: rgb(159,82,157); }
H1.HeaderClassName
{
color: #9F529D;
}
.AnyTagClassName
{
color: #9F529D;
}
</style>
background-color css
<style>
a { background-color: #9F529D; }
a { background-color: rgb(159,82,157); }
div.DivClassName
{
background-color: #9F529D;
}
.BgClassName
{
background-color: #9F529D;
}
</style>
border-color css
<style>
span { border-color: #9F529D; }
span { border-color: rgb(159,82,157); }
td.TdClassName
{
border-color: #9F529D;
}
.TagClassName
{
border-color: #9F529D;
}
</style>