Shades of Blue Violet #9F1FFB
Tints of Blue Violet #9F1FFB
RGB
CMYK
RGB Variations
Color information
#9F1FFB (or 0x9F1FFB) is known color: Blue Violet. HEX triplet: 9F, 1F and FB. RGB value is (159,31,251). Sum of RGB (Red+Green+Blue) = 159+31+251=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F1FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1FFB is #60E004. Grayscale: #5D5D5D. Windows color (decimal): -6348805 or 16457631. OLE color: 16457631.
HSL color Cylindrical-coordinate representation of color #9F1FFB: hue angle of 274.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1FFB is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 31 | 251 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.02 |
| HSL | 274.91º | 0.96% | 0.55% | - |
| HSV(B) | 274.91º | 0.88% | 0.98% | - |
| XYZ | 32.2 | 15.32 | 92.53 | - |
| YUV | 94.35 | 216.41 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 251 | 0.37 | 0.88 | 0 | 0.02 | 274.91 | 0.96 | 0.55 |
| Hex | 9F | 1F | FB | 25 | 58 | 0 | 2 | 113 | 60 | 37 |
| Octal | 237 | 37 | 373 | 45 | 130 | 0 | 2 | 423 | 140 | 67 |
| Binary | 10011111 | 11111 | 11111011 | 100101 | 1011000 | 0 | 10 | 100010011 | 1100000 | 110111 |
Color Harmonies of #9F1FFB
Complementary color
Monochromatic Colors of #9F1FFB
Black with #9F1FFB
Text Example
Text Example
White with #9F1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1FFB; }
p { color: rgb(159,31,251); }
H1.HeaderClassName
{
color: #9F1FFB;
}
.AnyTagClassName
{
color: #9F1FFB;
}
</style>
background-color css
<style>
a { background-color: #9F1FFB; }
a { background-color: rgb(159,31,251); }
div.DivClassName
{
background-color: #9F1FFB;
}
.BgClassName
{
background-color: #9F1FFB;
}
</style>
border-color css
<style>
span { border-color: #9F1FFB; }
span { border-color: rgb(159,31,251); }
td.TdClassName
{
border-color: #9F1FFB;
}
.TagClassName
{
border-color: #9F1FFB;
}
</style>