Shades of Blue Violet #9330F7
Tints of Blue Violet #9330F7
RGB
CMYK
RGB Variations
Color information
#9330F7 (or 0x9330F7) is known color: Blue Violet. HEX triplet: 93, 30 and F7. RGB value is (147,48,247). Sum of RGB (Red+Green+Blue) = 147+48+247=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #9330F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9330F7 is #6CCF08. Grayscale: #636363. Windows color (decimal): -7130889 or 16199827. OLE color: 16199827.
HSL color Cylindrical-coordinate representation of color #9330F7: hue angle of 269.85º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9330F7 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 48 | 247 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.03 |
| HSL | 269.85º | 0.93% | 0.58% | - |
| HSV(B) | 269.85º | 0.81% | 0.97% | - |
| XYZ | 29.88 | 15.03 | 89.32 | - |
| YUV | 100.29 | 210.8 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 247 | 0.40 | 0.81 | 0 | 0.03 | 269.85 | 0.93 | 0.58 |
| Hex | 93 | 30 | F7 | 28 | 51 | 0 | 3 | 10E | 5D | 3A |
| Octal | 223 | 60 | 367 | 50 | 121 | 0 | 3 | 416 | 135 | 72 |
| Binary | 10010011 | 110000 | 11110111 | 101000 | 1010001 | 0 | 11 | 100001110 | 1011101 | 111010 |
Color Harmonies of #9330F7
Complementary color
Monochromatic Colors of #9330F7
Black with #9330F7
Text Example
Text Example
White with #9330F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9330F7; }
p { color: rgb(147,48,247); }
H1.HeaderClassName
{
color: #9330F7;
}
.AnyTagClassName
{
color: #9330F7;
}
</style>
background-color css
<style>
a { background-color: #9330F7; }
a { background-color: rgb(147,48,247); }
div.DivClassName
{
background-color: #9330F7;
}
.BgClassName
{
background-color: #9330F7;
}
</style>
border-color css
<style>
span { border-color: #9330F7; }
span { border-color: rgb(147,48,247); }
td.TdClassName
{
border-color: #9330F7;
}
.TagClassName
{
border-color: #9330F7;
}
</style>