Shades of Violet Blue #9F52AC
Tints of Violet Blue #9F52AC
RGB
CMYK
RGB Variations
Color information
#9F52AC (or 0x9F52AC) is known color: Violet Blue. HEX triplet: 9F, 52 and AC. RGB value is (159,82,172). Sum of RGB (Red+Green+Blue) = 159+82+172=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F52AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F52AC is #60AD53. Grayscale: #727272. Windows color (decimal): -6335828 or 11293343. OLE color: 11293343.
HSL color Cylindrical-coordinate representation of color #9F52AC: hue angle of 291.33º 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 #9F52AC is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 82 | 172 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.33 |
| HSL | 291.33º | 0.35% | 0.5% | - |
| HSV(B) | 291.33º | 0.52% | 0.67% | - |
| XYZ | 24.76 | 16.38 | 40.89 | - |
| YUV | 115.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 172 | 0.08 | 0.52 | 0 | 0.33 | 291.33 | 0.35 | 0.5 |
| Hex | 9F | 52 | AC | 8 | 34 | 0 | 21 | 123 | 23 | 32 |
| Octal | 237 | 122 | 254 | 10 | 64 | 0 | 41 | 443 | 43 | 62 |
| Binary | 10011111 | 1010010 | 10101100 | 1000 | 110100 | 0 | 100001 | 100100011 | 100011 | 110010 |
Color Harmonies of #9F52AC
Complementary color
Monochromatic Colors of #9F52AC
Black with #9F52AC
Text Example
Text Example
White with #9F52AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F52AC; }
p { color: rgb(159,82,172); }
H1.HeaderClassName
{
color: #9F52AC;
}
.AnyTagClassName
{
color: #9F52AC;
}
</style>
background-color css
<style>
a { background-color: #9F52AC; }
a { background-color: rgb(159,82,172); }
div.DivClassName
{
background-color: #9F52AC;
}
.BgClassName
{
background-color: #9F52AC;
}
</style>
border-color css
<style>
span { border-color: #9F52AC; }
span { border-color: rgb(159,82,172); }
td.TdClassName
{
border-color: #9F52AC;
}
.TagClassName
{
border-color: #9F52AC;
}
</style>