Shades of Blue Violet #9049FC
Tints of Blue Violet #9049FC
RGB
CMYK
RGB Variations
Color information
#9049FC (or 0x9049FC) is known color: Blue Violet. HEX triplet: 90, 49 and FC. RGB value is (144,73,252). Sum of RGB (Red+Green+Blue) = 144+73+252=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #9049FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9049FC is #6FB603. Grayscale: #717171. Windows color (decimal): -7321092 or 16533904. OLE color: 16533904.
HSL color Cylindrical-coordinate representation of color #9049FC: hue angle of 263.8º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9049FC is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 73 | 252 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.01 |
| HSL | 263.8º | 0.97% | 0.64% | - |
| HSV(B) | 263.8º | 0.71% | 0.99% | - |
| XYZ | 31.45 | 17.72 | 93.86 | - |
| YUV | 114.64 | 205.52 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 252 | 0.43 | 0.71 | 0 | 0.01 | 263.8 | 0.97 | 0.64 |
| Hex | 90 | 49 | FC | 2B | 47 | 0 | 1 | 108 | 61 | 40 |
| Octal | 220 | 111 | 374 | 53 | 107 | 0 | 1 | 410 | 141 | 100 |
| Binary | 10010000 | 1001001 | 11111100 | 101011 | 1000111 | 0 | 1 | 100001000 | 1100001 | 1000000 |
Color Harmonies of #9049FC
Complementary color
Monochromatic Colors of #9049FC
Black with #9049FC
Text Example
Text Example
White with #9049FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9049FC; }
p { color: rgb(144,73,252); }
H1.HeaderClassName
{
color: #9049FC;
}
.AnyTagClassName
{
color: #9049FC;
}
</style>
background-color css
<style>
a { background-color: #9049FC; }
a { background-color: rgb(144,73,252); }
div.DivClassName
{
background-color: #9049FC;
}
.BgClassName
{
background-color: #9049FC;
}
</style>
border-color css
<style>
span { border-color: #9049FC; }
span { border-color: rgb(144,73,252); }
td.TdClassName
{
border-color: #9049FC;
}
.TagClassName
{
border-color: #9049FC;
}
</style>