Shades of Blue Violet #9F20FD
Tints of Blue Violet #9F20FD
RGB
CMYK
RGB Variations
Color information
#9F20FD (or 0x9F20FD) is known color: Blue Violet. HEX triplet: 9F, 20 and FD. RGB value is (159,32,253). Sum of RGB (Red+Green+Blue) = 159+32+253=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F20FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F20FD is #60DF02. Grayscale: #5E5E5E. Windows color (decimal): -6348547 or 16588959. OLE color: 16588959.
HSL color Cylindrical-coordinate representation of color #9F20FD: hue angle of 274.48º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F20FD is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 32 | 253 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.01 |
| HSL | 274.48º | 0.98% | 0.56% | - |
| HSV(B) | 274.48º | 0.87% | 0.99% | - |
| XYZ | 32.54 | 15.5 | 94.2 | - |
| YUV | 95.17 | 217.08 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 253 | 0.37 | 0.87 | 0 | 0.01 | 274.48 | 0.98 | 0.56 |
| Hex | 9F | 20 | FD | 25 | 57 | 0 | 1 | 112 | 62 | 38 |
| Octal | 237 | 40 | 375 | 45 | 127 | 0 | 1 | 422 | 142 | 70 |
| Binary | 10011111 | 100000 | 11111101 | 100101 | 1010111 | 0 | 1 | 100010010 | 1100010 | 111000 |
Color Harmonies of #9F20FD
Complementary color
Monochromatic Colors of #9F20FD
Black with #9F20FD
Text Example
Text Example
White with #9F20FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F20FD; }
p { color: rgb(159,32,253); }
H1.HeaderClassName
{
color: #9F20FD;
}
.AnyTagClassName
{
color: #9F20FD;
}
</style>
background-color css
<style>
a { background-color: #9F20FD; }
a { background-color: rgb(159,32,253); }
div.DivClassName
{
background-color: #9F20FD;
}
.BgClassName
{
background-color: #9F20FD;
}
</style>
border-color css
<style>
span { border-color: #9F20FD; }
span { border-color: rgb(159,32,253); }
td.TdClassName
{
border-color: #9F20FD;
}
.TagClassName
{
border-color: #9F20FD;
}
</style>