Shades of Blue Violet #9F32FA
Tints of Blue Violet #9F32FA
RGB
CMYK
RGB Variations
Color information
#9F32FA (or 0x9F32FA) is known color: Blue Violet. HEX triplet: 9F, 32 and FA. RGB value is (159,50,250). Sum of RGB (Red+Green+Blue) = 159+50+250=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F32FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F32FA is #60CD05. Grayscale: #686868. Windows color (decimal): -6343942 or 16396959. OLE color: 16396959.
HSL color Cylindrical-coordinate representation of color #9F32FA: hue angle of 272.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F32FA is Cyan = 0.36, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 50 | 250 | - |
| CMYK | 0.36 | 0.8 | 0 | 0.02 |
| HSL | 272.7º | 0.95% | 0.59% | - |
| HSV(B) | 272.7º | 0.8% | 0.98% | - |
| XYZ | 32.69 | 16.55 | 91.91 | - |
| YUV | 105.39 | 209.61 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 250 | 0.36 | 0.8 | 0 | 0.02 | 272.7 | 0.95 | 0.59 |
| Hex | 9F | 32 | FA | 24 | 50 | 0 | 2 | 111 | 5F | 3B |
| Octal | 237 | 62 | 372 | 44 | 120 | 0 | 2 | 421 | 137 | 73 |
| Binary | 10011111 | 110010 | 11111010 | 100100 | 1010000 | 0 | 10 | 100010001 | 1011111 | 111011 |
Color Harmonies of #9F32FA
Complementary color
Monochromatic Colors of #9F32FA
Black with #9F32FA
Text Example
Text Example
White with #9F32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F32FA; }
p { color: rgb(159,50,250); }
H1.HeaderClassName
{
color: #9F32FA;
}
.AnyTagClassName
{
color: #9F32FA;
}
</style>
background-color css
<style>
a { background-color: #9F32FA; }
a { background-color: rgb(159,50,250); }
div.DivClassName
{
background-color: #9F32FA;
}
.BgClassName
{
background-color: #9F32FA;
}
</style>
border-color css
<style>
span { border-color: #9F32FA; }
span { border-color: rgb(159,50,250); }
td.TdClassName
{
border-color: #9F32FA;
}
.TagClassName
{
border-color: #9F32FA;
}
</style>