Shades of Blue Violet #9F30FF
Tints of Blue Violet #9F30FF
RGB
CMYK
RGB Variations
Color information
#9F30FF (or 0x9F30FF) is known color: Blue Violet. HEX triplet: 9F, 30 and FF. RGB value is (159,48,255). Sum of RGB (Red+Green+Blue) = 159+48+255=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F30FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F30FF is #60CF00. Grayscale: #686868. Windows color (decimal): -6344449 or 16724127. OLE color: 16724127.
HSL color Cylindrical-coordinate representation of color #9F30FF: hue angle of 272.17º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F30FF is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 48 | 255 | - |
| CMYK | 0.38 | 0.81 | 0 | 0 |
| HSL | 272.17º | 1% | 0.59% | - |
| HSV(B) | 272.17º | 0.81% | 1% | - |
| XYZ | 33.41 | 16.7 | 96.07 | - |
| YUV | 104.79 | 212.77 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 255 | 0.38 | 0.81 | 0 | 0 | 272.17 | 1 | 0.59 |
| Hex | 9F | 30 | FF | 26 | 51 | 0 | 0 | 110 | 64 | 3B |
| Octal | 237 | 60 | 377 | 46 | 121 | 0 | 0 | 420 | 144 | 73 |
| Binary | 10011111 | 110000 | 11111111 | 100110 | 1010001 | 0 | 0 | 100010000 | 1100100 | 111011 |
Color Harmonies of #9F30FF
Complementary color
Monochromatic Colors of #9F30FF
Black with #9F30FF
Text Example
Text Example
White with #9F30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F30FF; }
p { color: rgb(159,48,255); }
H1.HeaderClassName
{
color: #9F30FF;
}
.AnyTagClassName
{
color: #9F30FF;
}
</style>
background-color css
<style>
a { background-color: #9F30FF; }
a { background-color: rgb(159,48,255); }
div.DivClassName
{
background-color: #9F30FF;
}
.BgClassName
{
background-color: #9F30FF;
}
</style>
border-color css
<style>
span { border-color: #9F30FF; }
span { border-color: rgb(159,48,255); }
td.TdClassName
{
border-color: #9F30FF;
}
.TagClassName
{
border-color: #9F30FF;
}
</style>