Shades of Blue Violet #9031DB
Tints of Blue Violet #9031DB
RGB
CMYK
RGB Variations
Color information
#9031DB (or 0x9031DB) is known color: Blue Violet. HEX triplet: 90, 31 and DB. RGB value is (144,49,219). Sum of RGB (Red+Green+Blue) = 144+49+219=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #9031DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9031DB is #6FCE24. Grayscale: #606060. Windows color (decimal): -7327269 or 14365072. OLE color: 14365072.
HSL color Cylindrical-coordinate representation of color #9031DB: hue angle of 273.53º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9031DB is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 49 | 219 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.14 |
| HSL | 273.53º | 0.7% | 0.53% | - |
| HSV(B) | 273.53º | 0.78% | 0.86% | - |
| XYZ | 25.39 | 13.24 | 68.24 | - |
| YUV | 96.79 | 196.97 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 219 | 0.34 | 0.78 | 0 | 0.14 | 273.53 | 0.7 | 0.53 |
| Hex | 90 | 31 | DB | 22 | 4E | 0 | E | 112 | 46 | 35 |
| Octal | 220 | 61 | 333 | 42 | 116 | 0 | 16 | 422 | 106 | 65 |
| Binary | 10010000 | 110001 | 11011011 | 100010 | 1001110 | 0 | 1110 | 100010010 | 1000110 | 110101 |
Color Harmonies of #9031DB
Complementary color
Monochromatic Colors of #9031DB
Black with #9031DB
Text Example
Text Example
White with #9031DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9031DB; }
p { color: rgb(144,49,219); }
H1.HeaderClassName
{
color: #9031DB;
}
.AnyTagClassName
{
color: #9031DB;
}
</style>
background-color css
<style>
a { background-color: #9031DB; }
a { background-color: rgb(144,49,219); }
div.DivClassName
{
background-color: #9031DB;
}
.BgClassName
{
background-color: #9031DB;
}
</style>
border-color css
<style>
span { border-color: #9031DB; }
span { border-color: rgb(144,49,219); }
td.TdClassName
{
border-color: #9031DB;
}
.TagClassName
{
border-color: #9031DB;
}
</style>