Shades of Blue Violet #9F24FA
Tints of Blue Violet #9F24FA
RGB
CMYK
RGB Variations
Color information
#9F24FA (or 0x9F24FA) is known color: Blue Violet. HEX triplet: 9F, 24 and FA. RGB value is (159,36,250). Sum of RGB (Red+Green+Blue) = 159+36+250=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F24FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F24FA is #60DB05. Grayscale: #606060. Windows color (decimal): -6347526 or 16393375. OLE color: 16393375.
HSL color Cylindrical-coordinate representation of color #9F24FA: hue angle of 274.49º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F24FA is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 36 | 250 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.02 |
| HSL | 274.49º | 0.96% | 0.56% | - |
| HSV(B) | 274.49º | 0.86% | 0.98% | - |
| XYZ | 32.18 | 15.53 | 91.74 | - |
| YUV | 97.17 | 214.25 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 250 | 0.36 | 0.86 | 0 | 0.02 | 274.49 | 0.96 | 0.56 |
| Hex | 9F | 24 | FA | 24 | 56 | 0 | 2 | 112 | 60 | 38 |
| Octal | 237 | 44 | 372 | 44 | 126 | 0 | 2 | 422 | 140 | 70 |
| Binary | 10011111 | 100100 | 11111010 | 100100 | 1010110 | 0 | 10 | 100010010 | 1100000 | 111000 |
Color Harmonies of #9F24FA
Complementary color
Monochromatic Colors of #9F24FA
Black with #9F24FA
Text Example
Text Example
White with #9F24FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F24FA; }
p { color: rgb(159,36,250); }
H1.HeaderClassName
{
color: #9F24FA;
}
.AnyTagClassName
{
color: #9F24FA;
}
</style>
background-color css
<style>
a { background-color: #9F24FA; }
a { background-color: rgb(159,36,250); }
div.DivClassName
{
background-color: #9F24FA;
}
.BgClassName
{
background-color: #9F24FA;
}
</style>
border-color css
<style>
span { border-color: #9F24FA; }
span { border-color: rgb(159,36,250); }
td.TdClassName
{
border-color: #9F24FA;
}
.TagClassName
{
border-color: #9F24FA;
}
</style>