Shades of Blue Violet #9030FA
Tints of Blue Violet #9030FA
RGB
CMYK
RGB Variations
Color information
#9030FA (or 0x9030FA) is known color: Blue Violet. HEX triplet: 90, 30 and FA. RGB value is (144,48,250). Sum of RGB (Red+Green+Blue) = 144+48+250=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #9030FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9030FA is #6FCF05. Grayscale: #636363. Windows color (decimal): -7327494 or 16396432. OLE color: 16396432.
HSL color Cylindrical-coordinate representation of color #9030FA: hue angle of 268.51º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9030FA is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 48 | 250 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.02 |
| HSL | 268.51º | 0.95% | 0.58% | - |
| HSV(B) | 268.51º | 0.81% | 0.98% | - |
| XYZ | 29.81 | 14.95 | 91.76 | - |
| YUV | 99.73 | 212.8 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 250 | 0.42 | 0.81 | 0 | 0.02 | 268.51 | 0.95 | 0.58 |
| Hex | 90 | 30 | FA | 2A | 51 | 0 | 2 | 10D | 5F | 3A |
| Octal | 220 | 60 | 372 | 52 | 121 | 0 | 2 | 415 | 137 | 72 |
| Binary | 10010000 | 110000 | 11111010 | 101010 | 1010001 | 0 | 10 | 100001101 | 1011111 | 111010 |
Color Harmonies of #9030FA
Complementary color
Monochromatic Colors of #9030FA
Black with #9030FA
Text Example
Text Example
White with #9030FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9030FA; }
p { color: rgb(144,48,250); }
H1.HeaderClassName
{
color: #9030FA;
}
.AnyTagClassName
{
color: #9030FA;
}
</style>
background-color css
<style>
a { background-color: #9030FA; }
a { background-color: rgb(144,48,250); }
div.DivClassName
{
background-color: #9030FA;
}
.BgClassName
{
background-color: #9030FA;
}
</style>
border-color css
<style>
span { border-color: #9030FA; }
span { border-color: rgb(144,48,250); }
td.TdClassName
{
border-color: #9030FA;
}
.TagClassName
{
border-color: #9030FA;
}
</style>