Shades of Blue Violet #9037DA
Tints of Blue Violet #9037DA
RGB
CMYK
RGB Variations
Color information
#9037DA (or 0x9037DA) is known color: Blue Violet. HEX triplet: 90, 37 and DA. RGB value is (144,55,218). Sum of RGB (Red+Green+Blue) = 144+55+218=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #9037DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9037DA is #6FC825. Grayscale: #636363. Windows color (decimal): -7325734 or 14301072. OLE color: 14301072.
HSL color Cylindrical-coordinate representation of color #9037DA: hue angle of 272.76º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9037DA is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 55 | 218 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.15 |
| HSL | 272.76º | 0.69% | 0.54% | - |
| HSV(B) | 272.76º | 0.75% | 0.85% | - |
| XYZ | 25.52 | 13.72 | 67.63 | - |
| YUV | 100.19 | 194.49 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 218 | 0.34 | 0.75 | 0 | 0.15 | 272.76 | 0.69 | 0.54 |
| Hex | 90 | 37 | DA | 22 | 4B | 0 | F | 111 | 45 | 36 |
| Octal | 220 | 67 | 332 | 42 | 113 | 0 | 17 | 421 | 105 | 66 |
| Binary | 10010000 | 110111 | 11011010 | 100010 | 1001011 | 0 | 1111 | 100010001 | 1000101 | 110110 |
Color Harmonies of #9037DA
Complementary color
Monochromatic Colors of #9037DA
Black with #9037DA
Text Example
Text Example
White with #9037DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9037DA; }
p { color: rgb(144,55,218); }
H1.HeaderClassName
{
color: #9037DA;
}
.AnyTagClassName
{
color: #9037DA;
}
</style>
background-color css
<style>
a { background-color: #9037DA; }
a { background-color: rgb(144,55,218); }
div.DivClassName
{
background-color: #9037DA;
}
.BgClassName
{
background-color: #9037DA;
}
</style>
border-color css
<style>
span { border-color: #9037DA; }
span { border-color: rgb(144,55,218); }
td.TdClassName
{
border-color: #9037DA;
}
.TagClassName
{
border-color: #9037DA;
}
</style>