Shades of Violet Blue #9F529A
Tints of Violet Blue #9F529A
RGB
CMYK
RGB Variations
Color information
#9F529A (or 0x9F529A) is known color: Violet Blue. HEX triplet: 9F, 52 and 9A. RGB value is (159,82,154). Sum of RGB (Red+Green+Blue) = 159+82+154=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F529A is #60AD65. Grayscale: #717171. Windows color (decimal): -6335846 or 10113695. OLE color: 10113695.
HSL color Cylindrical-coordinate representation of color #9F529A: hue angle of 303.9º 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 #9F529A is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 82 | 154 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.38 |
| HSL | 303.9º | 0.32% | 0.47% | - |
| HSV(B) | 303.9º | 0.48% | 0.62% | - |
| XYZ | 23.15 | 15.74 | 32.39 | - |
| YUV | 113.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 154 | 0 | 0.48 | 0.03 | 0.38 | 303.9 | 0.32 | 0.47 |
| Hex | 9F | 52 | 9A | 0 | 30 | 3 | 26 | 130 | 20 | 2F |
| Octal | 237 | 122 | 232 | 0 | 60 | 3 | 46 | 460 | 40 | 57 |
| Binary | 10011111 | 1010010 | 10011010 | 0 | 110000 | 11 | 100110 | 100110000 | 100000 | 101111 |
Color Harmonies of #9F529A
Complementary color
Monochromatic Colors of #9F529A
Black with #9F529A
Text Example
Text Example
White with #9F529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F529A; }
p { color: rgb(159,82,154); }
H1.HeaderClassName
{
color: #9F529A;
}
.AnyTagClassName
{
color: #9F529A;
}
</style>
background-color css
<style>
a { background-color: #9F529A; }
a { background-color: rgb(159,82,154); }
div.DivClassName
{
background-color: #9F529A;
}
.BgClassName
{
background-color: #9F529A;
}
</style>
border-color css
<style>
span { border-color: #9F529A; }
span { border-color: rgb(159,82,154); }
td.TdClassName
{
border-color: #9F529A;
}
.TagClassName
{
border-color: #9F529A;
}
</style>