Shades of Violet Blue #9F52AB
Tints of Violet Blue #9F52AB
RGB
CMYK
RGB Variations
Color information
#9F52AB (or 0x9F52AB) is known color: Violet Blue. HEX triplet: 9F, 52 and AB. RGB value is (159,82,171). Sum of RGB (Red+Green+Blue) = 159+82+171=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F52AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F52AB is #60AD54. Grayscale: #727272. Windows color (decimal): -6335829 or 11227807. OLE color: 11227807.
HSL color Cylindrical-coordinate representation of color #9F52AB: hue angle of 291.91º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F52AB is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 82 | 171 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.33 |
| HSL | 291.91º | 0.35% | 0.5% | - |
| HSV(B) | 291.91º | 0.52% | 0.67% | - |
| XYZ | 24.67 | 16.35 | 40.38 | - |
| YUV | 115.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 171 | 0.07 | 0.52 | 0 | 0.33 | 291.91 | 0.35 | 0.5 |
| Hex | 9F | 52 | AB | 7 | 34 | 0 | 21 | 124 | 23 | 32 |
| Octal | 237 | 122 | 253 | 7 | 64 | 0 | 41 | 444 | 43 | 62 |
| Binary | 10011111 | 1010010 | 10101011 | 111 | 110100 | 0 | 100001 | 100100100 | 100011 | 110010 |
Color Harmonies of #9F52AB
Complementary color
Monochromatic Colors of #9F52AB
Black with #9F52AB
Text Example
Text Example
White with #9F52AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F52AB; }
p { color: rgb(159,82,171); }
H1.HeaderClassName
{
color: #9F52AB;
}
.AnyTagClassName
{
color: #9F52AB;
}
</style>
background-color css
<style>
a { background-color: #9F52AB; }
a { background-color: rgb(159,82,171); }
div.DivClassName
{
background-color: #9F52AB;
}
.BgClassName
{
background-color: #9F52AB;
}
</style>
border-color css
<style>
span { border-color: #9F52AB; }
span { border-color: rgb(159,82,171); }
td.TdClassName
{
border-color: #9F52AB;
}
.TagClassName
{
border-color: #9F52AB;
}
</style>