Shades of Blue Violet #9030FF
Tints of Blue Violet #9030FF
RGB
CMYK
RGB Variations
Color information
#9030FF (or 0x9030FF) is known color: Blue Violet. HEX triplet: 90, 30 and FF. RGB value is (144,48,255). Sum of RGB (Red+Green+Blue) = 144+48+255=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #9030FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9030FF is #6FCF00. Grayscale: #636363. Windows color (decimal): -7327489 or 16724112. OLE color: 16724112.
HSL color Cylindrical-coordinate representation of color #9030FF: hue angle of 267.83º 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 #9030FF is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 48 | 255 | - |
| CMYK | 0.44 | 0.81 | 0 | 0 |
| HSL | 267.83º | 1% | 0.59% | - |
| HSV(B) | 267.83º | 0.81% | 1% | - |
| XYZ | 30.61 | 15.26 | 95.94 | - |
| YUV | 100.3 | 215.3 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 255 | 0.44 | 0.81 | 0 | 0 | 267.83 | 1 | 0.59 |
| Hex | 90 | 30 | FF | 2C | 51 | 0 | 0 | 10C | 64 | 3B |
| Octal | 220 | 60 | 377 | 54 | 121 | 0 | 0 | 414 | 144 | 73 |
| Binary | 10010000 | 110000 | 11111111 | 101100 | 1010001 | 0 | 0 | 100001100 | 1100100 | 111011 |
Color Harmonies of #9030FF
Complementary color
Monochromatic Colors of #9030FF
Black with #9030FF
Text Example
Text Example
White with #9030FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9030FF; }
p { color: rgb(144,48,255); }
H1.HeaderClassName
{
color: #9030FF;
}
.AnyTagClassName
{
color: #9030FF;
}
</style>
background-color css
<style>
a { background-color: #9030FF; }
a { background-color: rgb(144,48,255); }
div.DivClassName
{
background-color: #9030FF;
}
.BgClassName
{
background-color: #9030FF;
}
</style>
border-color css
<style>
span { border-color: #9030FF; }
span { border-color: rgb(144,48,255); }
td.TdClassName
{
border-color: #9030FF;
}
.TagClassName
{
border-color: #9030FF;
}
</style>