Shades of Blue Violet #9F21FE
Tints of Blue Violet #9F21FE
RGB
CMYK
RGB Variations
Color information
#9F21FE (or 0x9F21FE) is known color: Blue Violet. HEX triplet: 9F, 21 and FE. RGB value is (159,33,254). Sum of RGB (Red+Green+Blue) = 159+33+254=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F21FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F21FE is #60DE01. Grayscale: #5F5F5F. Windows color (decimal): -6348290 or 16654751. OLE color: 16654751.
HSL color Cylindrical-coordinate representation of color #9F21FE: hue angle of 274.21º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F21FE is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 33 | 254 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.00 |
| HSL | 274.21º | 0.99% | 0.56% | - |
| HSV(B) | 274.21º | 0.87% | 1% | - |
| XYZ | 32.73 | 15.61 | 95.05 | - |
| YUV | 95.87 | 217.24 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 254 | 0.37 | 0.87 | 0 | 0.00 | 274.21 | 0.99 | 0.56 |
| Hex | 9F | 21 | FE | 25 | 57 | 0 | 0 | 112 | 63 | 38 |
| Octal | 237 | 41 | 376 | 45 | 127 | 0 | 0 | 422 | 143 | 70 |
| Binary | 10011111 | 100001 | 11111110 | 100101 | 1010111 | 0 | 0 | 100010010 | 1100011 | 111000 |
Color Harmonies of #9F21FE
Complementary color
Monochromatic Colors of #9F21FE
Black with #9F21FE
Text Example
Text Example
White with #9F21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F21FE; }
p { color: rgb(159,33,254); }
H1.HeaderClassName
{
color: #9F21FE;
}
.AnyTagClassName
{
color: #9F21FE;
}
</style>
background-color css
<style>
a { background-color: #9F21FE; }
a { background-color: rgb(159,33,254); }
div.DivClassName
{
background-color: #9F21FE;
}
.BgClassName
{
background-color: #9F21FE;
}
</style>
border-color css
<style>
span { border-color: #9F21FE; }
span { border-color: rgb(159,33,254); }
td.TdClassName
{
border-color: #9F21FE;
}
.TagClassName
{
border-color: #9F21FE;
}
</style>