Shades of Blue Violet #9030FB
Tints of Blue Violet #9030FB
RGB
CMYK
RGB Variations
Color information
#9030FB (or 0x9030FB) is known color: Blue Violet. HEX triplet: 90, 30 and FB. RGB value is (144,48,251). Sum of RGB (Red+Green+Blue) = 144+48+251=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #9030FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9030FB is #6FCF04. Grayscale: #636363. Windows color (decimal): -7327493 or 16461968. OLE color: 16461968.
HSL color Cylindrical-coordinate representation of color #9030FB: hue angle of 268.37º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9030FB is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 48 | 251 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.02 |
| HSL | 268.37º | 0.96% | 0.59% | - |
| HSV(B) | 268.37º | 0.81% | 0.98% | - |
| XYZ | 29.97 | 15.01 | 92.58 | - |
| YUV | 99.85 | 213.3 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 251 | 0.43 | 0.81 | 0 | 0.02 | 268.37 | 0.96 | 0.59 |
| Hex | 90 | 30 | FB | 2B | 51 | 0 | 2 | 10C | 60 | 3B |
| Octal | 220 | 60 | 373 | 53 | 121 | 0 | 2 | 414 | 140 | 73 |
| Binary | 10010000 | 110000 | 11111011 | 101011 | 1010001 | 0 | 10 | 100001100 | 1100000 | 111011 |
Color Harmonies of #9030FB
Complementary color
Monochromatic Colors of #9030FB
Black with #9030FB
Text Example
Text Example
White with #9030FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9030FB; }
p { color: rgb(144,48,251); }
H1.HeaderClassName
{
color: #9030FB;
}
.AnyTagClassName
{
color: #9030FB;
}
</style>
background-color css
<style>
a { background-color: #9030FB; }
a { background-color: rgb(144,48,251); }
div.DivClassName
{
background-color: #9030FB;
}
.BgClassName
{
background-color: #9030FB;
}
</style>
border-color css
<style>
span { border-color: #9030FB; }
span { border-color: rgb(144,48,251); }
td.TdClassName
{
border-color: #9030FB;
}
.TagClassName
{
border-color: #9030FB;
}
</style>