Shades of Blue Violet #9040DC
Tints of Blue Violet #9040DC
RGB
CMYK
RGB Variations
Color information
#9040DC (or 0x9040DC) is known color: Blue Violet. HEX triplet: 90, 40 and DC. RGB value is (144,64,220). Sum of RGB (Red+Green+Blue) = 144+64+220=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #9040DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9040DC is #6FBF23. Grayscale: #696969. Windows color (decimal): -7323428 or 14434448. OLE color: 14434448.
HSL color Cylindrical-coordinate representation of color #9040DC: hue angle of 270.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9040DC is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 64 | 220 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.14 |
| HSL | 270.77º | 0.69% | 0.56% | - |
| HSV(B) | 270.77º | 0.71% | 0.86% | - |
| XYZ | 26.25 | 14.76 | 69.18 | - |
| YUV | 105.7 | 192.5 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 220 | 0.35 | 0.71 | 0 | 0.14 | 270.77 | 0.69 | 0.56 |
| Hex | 90 | 40 | DC | 23 | 47 | 0 | E | 10F | 45 | 38 |
| Octal | 220 | 100 | 334 | 43 | 107 | 0 | 16 | 417 | 105 | 70 |
| Binary | 10010000 | 1000000 | 11011100 | 100011 | 1000111 | 0 | 1110 | 100001111 | 1000101 | 111000 |
Color Harmonies of #9040DC
Complementary color
Monochromatic Colors of #9040DC
Black with #9040DC
Text Example
Text Example
White with #9040DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9040DC; }
p { color: rgb(144,64,220); }
H1.HeaderClassName
{
color: #9040DC;
}
.AnyTagClassName
{
color: #9040DC;
}
</style>
background-color css
<style>
a { background-color: #9040DC; }
a { background-color: rgb(144,64,220); }
div.DivClassName
{
background-color: #9040DC;
}
.BgClassName
{
background-color: #9040DC;
}
</style>
border-color css
<style>
span { border-color: #9040DC; }
span { border-color: rgb(144,64,220); }
td.TdClassName
{
border-color: #9040DC;
}
.TagClassName
{
border-color: #9040DC;
}
</style>