Shades of Blue Violet #9042DA
Tints of Blue Violet #9042DA
RGB
CMYK
RGB Variations
Color information
#9042DA (or 0x9042DA) is known color: Blue Violet. HEX triplet: 90, 42 and DA. RGB value is (144,66,218). Sum of RGB (Red+Green+Blue) = 144+66+218=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #9042DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9042DA is #6FBD25. Grayscale: #6A6A6A. Windows color (decimal): -7322918 or 14303888. OLE color: 14303888.
HSL color Cylindrical-coordinate representation of color #9042DA: hue angle of 270.79º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9042DA is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 66 | 218 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.15 |
| HSL | 270.79º | 0.67% | 0.56% | - |
| HSV(B) | 270.79º | 0.7% | 0.85% | - |
| XYZ | 26.1 | 14.89 | 67.83 | - |
| YUV | 106.65 | 190.84 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 66 | 218 | 0.34 | 0.70 | 0 | 0.15 | 270.79 | 0.67 | 0.56 |
| Hex | 90 | 42 | DA | 22 | 46 | 0 | F | 10F | 43 | 38 |
| Octal | 220 | 102 | 332 | 42 | 106 | 0 | 17 | 417 | 103 | 70 |
| Binary | 10010000 | 1000010 | 11011010 | 100010 | 1000110 | 0 | 1111 | 100001111 | 1000011 | 111000 |
Color Harmonies of #9042DA
Complementary color
Monochromatic Colors of #9042DA
Black with #9042DA
Text Example
Text Example
White with #9042DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9042DA; }
p { color: rgb(144,66,218); }
H1.HeaderClassName
{
color: #9042DA;
}
.AnyTagClassName
{
color: #9042DA;
}
</style>
background-color css
<style>
a { background-color: #9042DA; }
a { background-color: rgb(144,66,218); }
div.DivClassName
{
background-color: #9042DA;
}
.BgClassName
{
background-color: #9042DA;
}
</style>
border-color css
<style>
span { border-color: #9042DA; }
span { border-color: rgb(144,66,218); }
td.TdClassName
{
border-color: #9042DA;
}
.TagClassName
{
border-color: #9042DA;
}
</style>