Shades of Blue Violet #9F30FB
Tints of Blue Violet #9F30FB
RGB
CMYK
RGB Variations
Color information
#9F30FB (or 0x9F30FB) is known color: Blue Violet. HEX triplet: 9F, 30 and FB. RGB value is (159,48,251). Sum of RGB (Red+Green+Blue) = 159+48+251=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F30FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F30FB is #60CF04. Grayscale: #676767. Windows color (decimal): -6344453 or 16461983. OLE color: 16461983.
HSL color Cylindrical-coordinate representation of color #9F30FB: hue angle of 272.81º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F30FB is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 48 | 251 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.02 |
| HSL | 272.81º | 0.96% | 0.59% | - |
| HSV(B) | 272.81º | 0.81% | 0.98% | - |
| XYZ | 32.77 | 16.45 | 92.71 | - |
| YUV | 104.33 | 210.77 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 251 | 0.37 | 0.81 | 0 | 0.02 | 272.81 | 0.96 | 0.59 |
| Hex | 9F | 30 | FB | 25 | 51 | 0 | 2 | 111 | 60 | 3B |
| Octal | 237 | 60 | 373 | 45 | 121 | 0 | 2 | 421 | 140 | 73 |
| Binary | 10011111 | 110000 | 11111011 | 100101 | 1010001 | 0 | 10 | 100010001 | 1100000 | 111011 |
Color Harmonies of #9F30FB
Complementary color
Monochromatic Colors of #9F30FB
Black with #9F30FB
Text Example
Text Example
White with #9F30FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F30FB; }
p { color: rgb(159,48,251); }
H1.HeaderClassName
{
color: #9F30FB;
}
.AnyTagClassName
{
color: #9F30FB;
}
</style>
background-color css
<style>
a { background-color: #9F30FB; }
a { background-color: rgb(159,48,251); }
div.DivClassName
{
background-color: #9F30FB;
}
.BgClassName
{
background-color: #9F30FB;
}
</style>
border-color css
<style>
span { border-color: #9F30FB; }
span { border-color: rgb(159,48,251); }
td.TdClassName
{
border-color: #9F30FB;
}
.TagClassName
{
border-color: #9F30FB;
}
</style>