Shades of Blue Violet #9037DB
Tints of Blue Violet #9037DB
RGB
CMYK
RGB Variations
Color information
#9037DB (or 0x9037DB) is known color: Blue Violet. HEX triplet: 90, 37 and DB. RGB value is (144,55,219). Sum of RGB (Red+Green+Blue) = 144+55+219=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #9037DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9037DB is #6FC824. Grayscale: #636363. Windows color (decimal): -7325733 or 14366608. OLE color: 14366608.
HSL color Cylindrical-coordinate representation of color #9037DB: hue angle of 272.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9037DB is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 55 | 219 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.14 |
| HSL | 272.56º | 0.69% | 0.54% | - |
| HSV(B) | 272.56º | 0.75% | 0.86% | - |
| XYZ | 25.65 | 13.78 | 68.32 | - |
| YUV | 100.31 | 194.99 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 219 | 0.34 | 0.75 | 0 | 0.14 | 272.56 | 0.69 | 0.54 |
| Hex | 90 | 37 | DB | 22 | 4B | 0 | E | 111 | 45 | 36 |
| Octal | 220 | 67 | 333 | 42 | 113 | 0 | 16 | 421 | 105 | 66 |
| Binary | 10010000 | 110111 | 11011011 | 100010 | 1001011 | 0 | 1110 | 100010001 | 1000101 | 110110 |
Color Harmonies of #9037DB
Complementary color
Monochromatic Colors of #9037DB
Black with #9037DB
Text Example
Text Example
White with #9037DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9037DB; }
p { color: rgb(144,55,219); }
H1.HeaderClassName
{
color: #9037DB;
}
.AnyTagClassName
{
color: #9037DB;
}
</style>
background-color css
<style>
a { background-color: #9037DB; }
a { background-color: rgb(144,55,219); }
div.DivClassName
{
background-color: #9037DB;
}
.BgClassName
{
background-color: #9037DB;
}
</style>
border-color css
<style>
span { border-color: #9037DB; }
span { border-color: rgb(144,55,219); }
td.TdClassName
{
border-color: #9037DB;
}
.TagClassName
{
border-color: #9037DB;
}
</style>