Shades of Blue Violet #9049DA
Tints of Blue Violet #9049DA
RGB
CMYK
RGB Variations
Color information
#9049DA (or 0x9049DA) is known color: Blue Violet. HEX triplet: 90, 49 and DA. RGB value is (144,73,218). Sum of RGB (Red+Green+Blue) = 144+73+218=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #9049DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9049DA is #6FB625. Grayscale: #6E6E6E. Windows color (decimal): -7321126 or 14305680. OLE color: 14305680.
HSL color Cylindrical-coordinate representation of color #9049DA: hue angle of 269.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9049DA is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 73 | 218 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.15 |
| HSL | 269.38º | 0.66% | 0.57% | - |
| HSV(B) | 269.38º | 0.67% | 0.85% | - |
| XYZ | 26.54 | 15.76 | 67.97 | - |
| YUV | 110.76 | 188.52 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 218 | 0.34 | 0.67 | 0 | 0.15 | 269.38 | 0.66 | 0.57 |
| Hex | 90 | 49 | DA | 22 | 43 | 0 | F | 10D | 42 | 39 |
| Octal | 220 | 111 | 332 | 42 | 103 | 0 | 17 | 415 | 102 | 71 |
| Binary | 10010000 | 1001001 | 11011010 | 100010 | 1000011 | 0 | 1111 | 100001101 | 1000010 | 111001 |
Color Harmonies of #9049DA
Complementary color
Monochromatic Colors of #9049DA
Black with #9049DA
Text Example
Text Example
White with #9049DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9049DA; }
p { color: rgb(144,73,218); }
H1.HeaderClassName
{
color: #9049DA;
}
.AnyTagClassName
{
color: #9049DA;
}
</style>
background-color css
<style>
a { background-color: #9049DA; }
a { background-color: rgb(144,73,218); }
div.DivClassName
{
background-color: #9049DA;
}
.BgClassName
{
background-color: #9049DA;
}
</style>
border-color css
<style>
span { border-color: #9049DA; }
span { border-color: rgb(144,73,218); }
td.TdClassName
{
border-color: #9049DA;
}
.TagClassName
{
border-color: #9049DA;
}
</style>