Shades of Blue Violet #9048FE
Tints of Blue Violet #9048FE
RGB
CMYK
RGB Variations
Color information
#9048FE (or 0x9048FE) is known color: Blue Violet. HEX triplet: 90, 48 and FE. RGB value is (144,72,254). Sum of RGB (Red+Green+Blue) = 144+72+254=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #9048FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9048FE is #6FB701. Grayscale: #717171. Windows color (decimal): -7321346 or 16664720. OLE color: 16664720.
HSL color Cylindrical-coordinate representation of color #9048FE: hue angle of 263.74º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9048FE is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 72 | 254 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.00 |
| HSL | 263.74º | 0.99% | 0.64% | - |
| HSV(B) | 263.74º | 0.72% | 1% | - |
| XYZ | 31.71 | 17.72 | 95.51 | - |
| YUV | 114.28 | 206.85 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 72 | 254 | 0.43 | 0.72 | 0 | 0.00 | 263.74 | 0.99 | 0.64 |
| Hex | 90 | 48 | FE | 2B | 48 | 0 | 0 | 108 | 63 | 40 |
| Octal | 220 | 110 | 376 | 53 | 110 | 0 | 0 | 410 | 143 | 100 |
| Binary | 10010000 | 1001000 | 11111110 | 101011 | 1001000 | 0 | 0 | 100001000 | 1100011 | 1000000 |
Color Harmonies of #9048FE
Complementary color
Monochromatic Colors of #9048FE
Black with #9048FE
Text Example
Text Example
White with #9048FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9048FE; }
p { color: rgb(144,72,254); }
H1.HeaderClassName
{
color: #9048FE;
}
.AnyTagClassName
{
color: #9048FE;
}
</style>
background-color css
<style>
a { background-color: #9048FE; }
a { background-color: rgb(144,72,254); }
div.DivClassName
{
background-color: #9048FE;
}
.BgClassName
{
background-color: #9048FE;
}
</style>
border-color css
<style>
span { border-color: #9048FE; }
span { border-color: rgb(144,72,254); }
td.TdClassName
{
border-color: #9048FE;
}
.TagClassName
{
border-color: #9048FE;
}
</style>