Shades of Blue Violet #9F30FC
Tints of Blue Violet #9F30FC
RGB
CMYK
RGB Variations
Color information
#9F30FC (or 0x9F30FC) is known color: Blue Violet. HEX triplet: 9F, 30 and FC. RGB value is (159,48,252). Sum of RGB (Red+Green+Blue) = 159+48+252=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F30FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F30FC is #60CF03. Grayscale: #676767. Windows color (decimal): -6344452 or 16527519. OLE color: 16527519.
HSL color Cylindrical-coordinate representation of color #9F30FC: hue angle of 272.65º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F30FC is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 48 | 252 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.01 |
| HSL | 272.65º | 0.97% | 0.59% | - |
| HSV(B) | 272.65º | 0.81% | 0.99% | - |
| XYZ | 32.93 | 16.51 | 93.55 | - |
| YUV | 104.45 | 211.27 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 252 | 0.37 | 0.81 | 0 | 0.01 | 272.65 | 0.97 | 0.59 |
| Hex | 9F | 30 | FC | 25 | 51 | 0 | 1 | 111 | 61 | 3B |
| Octal | 237 | 60 | 374 | 45 | 121 | 0 | 1 | 421 | 141 | 73 |
| Binary | 10011111 | 110000 | 11111100 | 100101 | 1010001 | 0 | 1 | 100010001 | 1100001 | 111011 |
Color Harmonies of #9F30FC
Complementary color
Monochromatic Colors of #9F30FC
Black with #9F30FC
Text Example
Text Example
White with #9F30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F30FC; }
p { color: rgb(159,48,252); }
H1.HeaderClassName
{
color: #9F30FC;
}
.AnyTagClassName
{
color: #9F30FC;
}
</style>
background-color css
<style>
a { background-color: #9F30FC; }
a { background-color: rgb(159,48,252); }
div.DivClassName
{
background-color: #9F30FC;
}
.BgClassName
{
background-color: #9F30FC;
}
</style>
border-color css
<style>
span { border-color: #9F30FC; }
span { border-color: rgb(159,48,252); }
td.TdClassName
{
border-color: #9F30FC;
}
.TagClassName
{
border-color: #9F30FC;
}
</style>