Shades of Blue Violet #9F20FF
Tints of Blue Violet #9F20FF
RGB
CMYK
RGB Variations
Color information
#9F20FF (or 0x9F20FF) is known color: Blue Violet. HEX triplet: 9F, 20 and FF. RGB value is (159,32,255). Sum of RGB (Red+Green+Blue) = 159+32+255=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F20FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F20FF is #60DF00. Grayscale: #5E5E5E. Windows color (decimal): -6348545 or 16720031. OLE color: 16720031.
HSL color Cylindrical-coordinate representation of color #9F20FF: hue angle of 274.17º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F20FF is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 32 | 255 | - |
| CMYK | 0.38 | 0.87 | 0 | 0 |
| HSL | 274.17º | 1% | 0.56% | - |
| HSV(B) | 274.17º | 0.87% | 1% | - |
| XYZ | 32.86 | 15.62 | 95.89 | - |
| YUV | 95.4 | 218.08 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 255 | 0.38 | 0.87 | 0 | 0 | 274.17 | 1 | 0.56 |
| Hex | 9F | 20 | FF | 26 | 57 | 0 | 0 | 112 | 64 | 38 |
| Octal | 237 | 40 | 377 | 46 | 127 | 0 | 0 | 422 | 144 | 70 |
| Binary | 10011111 | 100000 | 11111111 | 100110 | 1010111 | 0 | 0 | 100010010 | 1100100 | 111000 |
Color Harmonies of #9F20FF
Complementary color
Monochromatic Colors of #9F20FF
Black with #9F20FF
Text Example
Text Example
White with #9F20FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F20FF; }
p { color: rgb(159,32,255); }
H1.HeaderClassName
{
color: #9F20FF;
}
.AnyTagClassName
{
color: #9F20FF;
}
</style>
background-color css
<style>
a { background-color: #9F20FF; }
a { background-color: rgb(159,32,255); }
div.DivClassName
{
background-color: #9F20FF;
}
.BgClassName
{
background-color: #9F20FF;
}
</style>
border-color css
<style>
span { border-color: #9F20FF; }
span { border-color: rgb(159,32,255); }
td.TdClassName
{
border-color: #9F20FF;
}
.TagClassName
{
border-color: #9F20FF;
}
</style>