Shades of Violet Blue #9F54AB
Tints of Violet Blue #9F54AB
RGB
CMYK
RGB Variations
Color information
#9F54AB (or 0x9F54AB) is known color: Violet Blue. HEX triplet: 9F, 54 and AB. RGB value is (159,84,171). Sum of RGB (Red+Green+Blue) = 159+84+171=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F54AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F54AB is #60AB54. Grayscale: #747474. Windows color (decimal): -6335317 or 11228319. OLE color: 11228319.
HSL color Cylindrical-coordinate representation of color #9F54AB: hue angle of 291.72º degrees, saturation: 0.34, 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 #9F54AB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 84 | 171 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.33 |
| HSL | 291.72º | 0.34% | 0.5% | - |
| HSV(B) | 291.72º | 0.51% | 0.67% | - |
| XYZ | 24.82 | 16.65 | 40.43 | - |
| YUV | 116.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 171 | 0.07 | 0.51 | 0 | 0.33 | 291.72 | 0.34 | 0.5 |
| Hex | 9F | 54 | AB | 7 | 33 | 0 | 21 | 124 | 22 | 32 |
| Octal | 237 | 124 | 253 | 7 | 63 | 0 | 41 | 444 | 42 | 62 |
| Binary | 10011111 | 1010100 | 10101011 | 111 | 110011 | 0 | 100001 | 100100100 | 100010 | 110010 |
Color Harmonies of #9F54AB
Complementary color
Monochromatic Colors of #9F54AB
Black with #9F54AB
Text Example
Text Example
White with #9F54AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F54AB; }
p { color: rgb(159,84,171); }
H1.HeaderClassName
{
color: #9F54AB;
}
.AnyTagClassName
{
color: #9F54AB;
}
</style>
background-color css
<style>
a { background-color: #9F54AB; }
a { background-color: rgb(159,84,171); }
div.DivClassName
{
background-color: #9F54AB;
}
.BgClassName
{
background-color: #9F54AB;
}
</style>
border-color css
<style>
span { border-color: #9F54AB; }
span { border-color: rgb(159,84,171); }
td.TdClassName
{
border-color: #9F54AB;
}
.TagClassName
{
border-color: #9F54AB;
}
</style>