Shades of Blue Violet #9033DB
Tints of Blue Violet #9033DB
RGB
CMYK
RGB Variations
Color information
#9033DB (or 0x9033DB) is known color: Blue Violet. HEX triplet: 90, 33 and DB. RGB value is (144,51,219). Sum of RGB (Red+Green+Blue) = 144+51+219=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #9033DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9033DB is #6FCC24. Grayscale: #616161. Windows color (decimal): -7326757 or 14365584. OLE color: 14365584.
HSL color Cylindrical-coordinate representation of color #9033DB: hue angle of 273.21º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9033DB is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 51 | 219 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.14 |
| HSL | 273.21º | 0.7% | 0.53% | - |
| HSV(B) | 273.21º | 0.77% | 0.86% | - |
| XYZ | 25.47 | 13.41 | 68.26 | - |
| YUV | 97.96 | 196.31 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 219 | 0.34 | 0.77 | 0 | 0.14 | 273.21 | 0.7 | 0.53 |
| Hex | 90 | 33 | DB | 22 | 4D | 0 | E | 111 | 46 | 35 |
| Octal | 220 | 63 | 333 | 42 | 115 | 0 | 16 | 421 | 106 | 65 |
| Binary | 10010000 | 110011 | 11011011 | 100010 | 1001101 | 0 | 1110 | 100010001 | 1000110 | 110101 |
Color Harmonies of #9033DB
Complementary color
Monochromatic Colors of #9033DB
Black with #9033DB
Text Example
Text Example
White with #9033DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9033DB; }
p { color: rgb(144,51,219); }
H1.HeaderClassName
{
color: #9033DB;
}
.AnyTagClassName
{
color: #9033DB;
}
</style>
background-color css
<style>
a { background-color: #9033DB; }
a { background-color: rgb(144,51,219); }
div.DivClassName
{
background-color: #9033DB;
}
.BgClassName
{
background-color: #9033DB;
}
</style>
border-color css
<style>
span { border-color: #9033DB; }
span { border-color: rgb(144,51,219); }
td.TdClassName
{
border-color: #9033DB;
}
.TagClassName
{
border-color: #9033DB;
}
</style>