Shades of Blue Violet #9041DC
Tints of Blue Violet #9041DC
RGB
CMYK
RGB Variations
Color information
#9041DC (or 0x9041DC) is known color: Blue Violet. HEX triplet: 90, 41 and DC. RGB value is (144,65,220). Sum of RGB (Red+Green+Blue) = 144+65+220=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #9041DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9041DC is #6FBE23. Grayscale: #696969. Windows color (decimal): -7323172 or 14434704. OLE color: 14434704.
HSL color Cylindrical-coordinate representation of color #9041DC: hue angle of 270.58º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9041DC is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 65 | 220 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.14 |
| HSL | 270.58º | 0.69% | 0.56% | - |
| HSV(B) | 270.58º | 0.7% | 0.86% | - |
| XYZ | 26.31 | 14.88 | 69.2 | - |
| YUV | 106.29 | 192.17 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 220 | 0.35 | 0.70 | 0 | 0.14 | 270.58 | 0.69 | 0.56 |
| Hex | 90 | 41 | DC | 23 | 46 | 0 | E | 10F | 45 | 38 |
| Octal | 220 | 101 | 334 | 43 | 106 | 0 | 16 | 417 | 105 | 70 |
| Binary | 10010000 | 1000001 | 11011100 | 100011 | 1000110 | 0 | 1110 | 100001111 | 1000101 | 111000 |
Color Harmonies of #9041DC
Complementary color
Monochromatic Colors of #9041DC
Black with #9041DC
Text Example
Text Example
White with #9041DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9041DC; }
p { color: rgb(144,65,220); }
H1.HeaderClassName
{
color: #9041DC;
}
.AnyTagClassName
{
color: #9041DC;
}
</style>
background-color css
<style>
a { background-color: #9041DC; }
a { background-color: rgb(144,65,220); }
div.DivClassName
{
background-color: #9041DC;
}
.BgClassName
{
background-color: #9041DC;
}
</style>
border-color css
<style>
span { border-color: #9041DC; }
span { border-color: rgb(144,65,220); }
td.TdClassName
{
border-color: #9041DC;
}
.TagClassName
{
border-color: #9041DC;
}
</style>