Shades of Violet Blue #9F53AB
Tints of Violet Blue #9F53AB
RGB
CMYK
RGB Variations
Color information
#9F53AB (or 0x9F53AB) is known color: Violet Blue. HEX triplet: 9F, 53 and AB. RGB value is (159,83,171). Sum of RGB (Red+Green+Blue) = 159+83+171=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F53AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F53AB is #60AC54. Grayscale: #737373. Windows color (decimal): -6335573 or 11228063. OLE color: 11228063.
HSL color Cylindrical-coordinate representation of color #9F53AB: hue angle of 291.82º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F53AB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 83 | 171 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.33 |
| HSL | 291.82º | 0.35% | 0.5% | - |
| HSV(B) | 291.82º | 0.51% | 0.67% | - |
| XYZ | 24.74 | 16.5 | 40.41 | - |
| YUV | 115.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 171 | 0.07 | 0.51 | 0 | 0.33 | 291.82 | 0.35 | 0.5 |
| Hex | 9F | 53 | AB | 7 | 33 | 0 | 21 | 124 | 23 | 32 |
| Octal | 237 | 123 | 253 | 7 | 63 | 0 | 41 | 444 | 43 | 62 |
| Binary | 10011111 | 1010011 | 10101011 | 111 | 110011 | 0 | 100001 | 100100100 | 100011 | 110010 |
Color Harmonies of #9F53AB
Complementary color
Monochromatic Colors of #9F53AB
Black with #9F53AB
Text Example
Text Example
White with #9F53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F53AB; }
p { color: rgb(159,83,171); }
H1.HeaderClassName
{
color: #9F53AB;
}
.AnyTagClassName
{
color: #9F53AB;
}
</style>
background-color css
<style>
a { background-color: #9F53AB; }
a { background-color: rgb(159,83,171); }
div.DivClassName
{
background-color: #9F53AB;
}
.BgClassName
{
background-color: #9F53AB;
}
</style>
border-color css
<style>
span { border-color: #9F53AB; }
span { border-color: rgb(159,83,171); }
td.TdClassName
{
border-color: #9F53AB;
}
.TagClassName
{
border-color: #9F53AB;
}
</style>