Shades of Blue Violet #9042DC
Tints of Blue Violet #9042DC
RGB
CMYK
RGB Variations
Color information
#9042DC (or 0x9042DC) is known color: Blue Violet. HEX triplet: 90, 42 and DC. RGB value is (144,66,220). Sum of RGB (Red+Green+Blue) = 144+66+220=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #9042DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9042DC is #6FBD23. Grayscale: #6A6A6A. Windows color (decimal): -7322916 or 14434960. OLE color: 14434960.
HSL color Cylindrical-coordinate representation of color #9042DC: hue angle of 270.39º 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 #9042DC is Cyan = 0.35, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 66 | 220 | - |
| CMYK | 0.35 | 0.7 | 0 | 0.14 |
| HSL | 270.39º | 0.69% | 0.56% | - |
| HSV(B) | 270.39º | 0.7% | 0.86% | - |
| XYZ | 26.37 | 14.99 | 69.21 | - |
| YUV | 106.88 | 191.84 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 66 | 220 | 0.35 | 0.7 | 0 | 0.14 | 270.39 | 0.69 | 0.56 |
| Hex | 90 | 42 | DC | 23 | 46 | 0 | E | 10E | 45 | 38 |
| Octal | 220 | 102 | 334 | 43 | 106 | 0 | 16 | 416 | 105 | 70 |
| Binary | 10010000 | 1000010 | 11011100 | 100011 | 1000110 | 0 | 1110 | 100001110 | 1000101 | 111000 |
Color Harmonies of #9042DC
Complementary color
Monochromatic Colors of #9042DC
Black with #9042DC
Text Example
Text Example
White with #9042DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9042DC; }
p { color: rgb(144,66,220); }
H1.HeaderClassName
{
color: #9042DC;
}
.AnyTagClassName
{
color: #9042DC;
}
</style>
background-color css
<style>
a { background-color: #9042DC; }
a { background-color: rgb(144,66,220); }
div.DivClassName
{
background-color: #9042DC;
}
.BgClassName
{
background-color: #9042DC;
}
</style>
border-color css
<style>
span { border-color: #9042DC; }
span { border-color: rgb(144,66,220); }
td.TdClassName
{
border-color: #9042DC;
}
.TagClassName
{
border-color: #9042DC;
}
</style>