Shades of Blue Violet #9F37FA
Tints of Blue Violet #9F37FA
RGB
CMYK
RGB Variations
Color information
#9F37FA (or 0x9F37FA) is known color: Blue Violet. HEX triplet: 9F, 37 and FA. RGB value is (159,55,250). Sum of RGB (Red+Green+Blue) = 159+55+250=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F37FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F37FA is #60C805. Grayscale: #6B6B6B. Windows color (decimal): -6342662 or 16398239. OLE color: 16398239.
HSL color Cylindrical-coordinate representation of color #9F37FA: hue angle of 272º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F37FA is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 55 | 250 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.02 |
| HSL | 272º | 0.95% | 0.6% | - |
| HSV(B) | 272º | 0.78% | 0.98% | - |
| XYZ | 32.92 | 17.01 | 91.99 | - |
| YUV | 108.33 | 207.96 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 250 | 0.36 | 0.78 | 0 | 0.02 | 272 | 0.95 | 0.6 |
| Hex | 9F | 37 | FA | 24 | 4E | 0 | 2 | 110 | 5F | 3C |
| Octal | 237 | 67 | 372 | 44 | 116 | 0 | 2 | 420 | 137 | 74 |
| Binary | 10011111 | 110111 | 11111010 | 100100 | 1001110 | 0 | 10 | 100010000 | 1011111 | 111100 |
Color Harmonies of #9F37FA
Complementary color
Monochromatic Colors of #9F37FA
Black with #9F37FA
Text Example
Text Example
White with #9F37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F37FA; }
p { color: rgb(159,55,250); }
H1.HeaderClassName
{
color: #9F37FA;
}
.AnyTagClassName
{
color: #9F37FA;
}
</style>
background-color css
<style>
a { background-color: #9F37FA; }
a { background-color: rgb(159,55,250); }
div.DivClassName
{
background-color: #9F37FA;
}
.BgClassName
{
background-color: #9F37FA;
}
</style>
border-color css
<style>
span { border-color: #9F37FA; }
span { border-color: rgb(159,55,250); }
td.TdClassName
{
border-color: #9F37FA;
}
.TagClassName
{
border-color: #9F37FA;
}
</style>