Shades of Blue Violet #9F4AFB
Tints of Blue Violet #9F4AFB
RGB
CMYK
RGB Variations
Color information
#9F4AFB (or 0x9F4AFB) is known color: Blue Violet. HEX triplet: 9F, 4A and FB. RGB value is (159,74,251). Sum of RGB (Red+Green+Blue) = 159+74+251=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F4AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F4AFB is #60B504. Grayscale: #767676. Windows color (decimal): -6337797 or 16468639. OLE color: 16468639.
HSL color Cylindrical-coordinate representation of color #9F4AFB: hue angle of 268.81º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F4AFB is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 74 | 251 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.02 |
| HSL | 268.81º | 0.96% | 0.64% | - |
| HSV(B) | 268.81º | 0.71% | 0.98% | - |
| XYZ | 34.16 | 19.23 | 93.18 | - |
| YUV | 119.59 | 202.16 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 74 | 251 | 0.37 | 0.71 | 0 | 0.02 | 268.81 | 0.96 | 0.64 |
| Hex | 9F | 4A | FB | 25 | 47 | 0 | 2 | 10D | 60 | 40 |
| Octal | 237 | 112 | 373 | 45 | 107 | 0 | 2 | 415 | 140 | 100 |
| Binary | 10011111 | 1001010 | 11111011 | 100101 | 1000111 | 0 | 10 | 100001101 | 1100000 | 1000000 |
Color Harmonies of #9F4AFB
Complementary color
Monochromatic Colors of #9F4AFB
Black with #9F4AFB
Text Example
Text Example
White with #9F4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4AFB; }
p { color: rgb(159,74,251); }
H1.HeaderClassName
{
color: #9F4AFB;
}
.AnyTagClassName
{
color: #9F4AFB;
}
</style>
background-color css
<style>
a { background-color: #9F4AFB; }
a { background-color: rgb(159,74,251); }
div.DivClassName
{
background-color: #9F4AFB;
}
.BgClassName
{
background-color: #9F4AFB;
}
</style>
border-color css
<style>
span { border-color: #9F4AFB; }
span { border-color: rgb(159,74,251); }
td.TdClassName
{
border-color: #9F4AFB;
}
.TagClassName
{
border-color: #9F4AFB;
}
</style>