Shades of Blue Violet #9049DC
Tints of Blue Violet #9049DC
RGB
CMYK
RGB Variations
Color information
#9049DC (or 0x9049DC) is known color: Blue Violet. HEX triplet: 90, 49 and DC. RGB value is (144,73,220). Sum of RGB (Red+Green+Blue) = 144+73+220=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #9049DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9049DC is #6FB623. Grayscale: #6E6E6E. Windows color (decimal): -7321124 or 14436752. OLE color: 14436752.
HSL color Cylindrical-coordinate representation of color #9049DC: hue angle of 268.98º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9049DC is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 73 | 220 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.14 |
| HSL | 268.98º | 0.68% | 0.57% | - |
| HSV(B) | 268.98º | 0.67% | 0.86% | - |
| XYZ | 26.8 | 15.86 | 69.36 | - |
| YUV | 110.99 | 189.52 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 220 | 0.35 | 0.67 | 0 | 0.14 | 268.98 | 0.68 | 0.57 |
| Hex | 90 | 49 | DC | 23 | 43 | 0 | E | 10D | 44 | 39 |
| Octal | 220 | 111 | 334 | 43 | 103 | 0 | 16 | 415 | 104 | 71 |
| Binary | 10010000 | 1001001 | 11011100 | 100011 | 1000011 | 0 | 1110 | 100001101 | 1000100 | 111001 |
Color Harmonies of #9049DC
Complementary color
Monochromatic Colors of #9049DC
Black with #9049DC
Text Example
Text Example
White with #9049DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9049DC; }
p { color: rgb(144,73,220); }
H1.HeaderClassName
{
color: #9049DC;
}
.AnyTagClassName
{
color: #9049DC;
}
</style>
background-color css
<style>
a { background-color: #9049DC; }
a { background-color: rgb(144,73,220); }
div.DivClassName
{
background-color: #9049DC;
}
.BgClassName
{
background-color: #9049DC;
}
</style>
border-color css
<style>
span { border-color: #9049DC; }
span { border-color: rgb(144,73,220); }
td.TdClassName
{
border-color: #9049DC;
}
.TagClassName
{
border-color: #9049DC;
}
</style>