Shades of Blue Violet #9F1AFB
Tints of Blue Violet #9F1AFB
RGB
CMYK
RGB Variations
Color information
#9F1AFB (or 0x9F1AFB) is known color: Blue Violet. HEX triplet: 9F, 1A and FB. RGB value is (159,26,251). Sum of RGB (Red+Green+Blue) = 159+26+251=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F1AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1AFB is #60E504. Grayscale: #5A5A5A. Windows color (decimal): -6350085 or 16456351. OLE color: 16456351.
HSL color Cylindrical-coordinate representation of color #9F1AFB: hue angle of 275.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1AFB is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 26 | 251 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.02 |
| HSL | 275.47º | 0.97% | 0.54% | - |
| HSV(B) | 275.47º | 0.9% | 0.98% | - |
| XYZ | 32.08 | 15.07 | 92.49 | - |
| YUV | 91.42 | 218.06 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 26 | 251 | 0.37 | 0.90 | 0 | 0.02 | 275.47 | 0.97 | 0.54 |
| Hex | 9F | 1A | FB | 25 | 5A | 0 | 2 | 113 | 61 | 36 |
| Octal | 237 | 32 | 373 | 45 | 132 | 0 | 2 | 423 | 141 | 66 |
| Binary | 10011111 | 11010 | 11111011 | 100101 | 1011010 | 0 | 10 | 100010011 | 1100001 | 110110 |
Color Harmonies of #9F1AFB
Complementary color
Monochromatic Colors of #9F1AFB
Black with #9F1AFB
Text Example
Text Example
White with #9F1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1AFB; }
p { color: rgb(159,26,251); }
H1.HeaderClassName
{
color: #9F1AFB;
}
.AnyTagClassName
{
color: #9F1AFB;
}
</style>
background-color css
<style>
a { background-color: #9F1AFB; }
a { background-color: rgb(159,26,251); }
div.DivClassName
{
background-color: #9F1AFB;
}
.BgClassName
{
background-color: #9F1AFB;
}
</style>
border-color css
<style>
span { border-color: #9F1AFB; }
span { border-color: rgb(159,26,251); }
td.TdClassName
{
border-color: #9F1AFB;
}
.TagClassName
{
border-color: #9F1AFB;
}
</style>