Shades of Blue Violet #9048DD
Tints of Blue Violet #9048DD
RGB
CMYK
RGB Variations
Color information
#9048DD (or 0x9048DD) is known color: Blue Violet. HEX triplet: 90, 48 and DD. RGB value is (144,72,221). Sum of RGB (Red+Green+Blue) = 144+72+221=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #9048DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9048DD is #6FB722. Grayscale: #6D6D6D. Windows color (decimal): -7321379 or 14502032. OLE color: 14502032.
HSL color Cylindrical-coordinate representation of color #9048DD: hue angle of 268.99º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9048DD is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 72 | 221 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.13 |
| HSL | 268.99º | 0.69% | 0.57% | - |
| HSV(B) | 268.99º | 0.67% | 0.87% | - |
| XYZ | 26.87 | 15.78 | 70.04 | - |
| YUV | 110.51 | 190.35 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 72 | 221 | 0.35 | 0.67 | 0 | 0.13 | 268.99 | 0.69 | 0.57 |
| Hex | 90 | 48 | DD | 23 | 43 | 0 | D | 10D | 45 | 39 |
| Octal | 220 | 110 | 335 | 43 | 103 | 0 | 15 | 415 | 105 | 71 |
| Binary | 10010000 | 1001000 | 11011101 | 100011 | 1000011 | 0 | 1101 | 100001101 | 1000101 | 111001 |
Color Harmonies of #9048DD
Complementary color
Monochromatic Colors of #9048DD
Black with #9048DD
Text Example
Text Example
White with #9048DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9048DD; }
p { color: rgb(144,72,221); }
H1.HeaderClassName
{
color: #9048DD;
}
.AnyTagClassName
{
color: #9048DD;
}
</style>
background-color css
<style>
a { background-color: #9048DD; }
a { background-color: rgb(144,72,221); }
div.DivClassName
{
background-color: #9048DD;
}
.BgClassName
{
background-color: #9048DD;
}
</style>
border-color css
<style>
span { border-color: #9048DD; }
span { border-color: rgb(144,72,221); }
td.TdClassName
{
border-color: #9048DD;
}
.TagClassName
{
border-color: #9048DD;
}
</style>