Shades of Blue Violet #9029DB
Tints of Blue Violet #9029DB
RGB
CMYK
RGB Variations
Color information
#9029DB (or 0x9029DB) is known color: Blue Violet. HEX triplet: 90, 29 and DB. RGB value is (144,41,219). Sum of RGB (Red+Green+Blue) = 144+41+219=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #9029DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9029DB is #6FD624. Grayscale: #5B5B5B. Windows color (decimal): -7329317 or 14363024. OLE color: 14363024.
HSL color Cylindrical-coordinate representation of color #9029DB: hue angle of 274.72º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9029DB is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 41 | 219 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.14 |
| HSL | 274.72º | 0.71% | 0.51% | - |
| HSV(B) | 274.72º | 0.81% | 0.86% | - |
| XYZ | 25.08 | 12.63 | 68.13 | - |
| YUV | 92.09 | 199.62 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 219 | 0.34 | 0.81 | 0 | 0.14 | 274.72 | 0.71 | 0.51 |
| Hex | 90 | 29 | DB | 22 | 51 | 0 | E | 113 | 47 | 33 |
| Octal | 220 | 51 | 333 | 42 | 121 | 0 | 16 | 423 | 107 | 63 |
| Binary | 10010000 | 101001 | 11011011 | 100010 | 1010001 | 0 | 1110 | 100010011 | 1000111 | 110011 |
Color Harmonies of #9029DB
Complementary color
Monochromatic Colors of #9029DB
Black with #9029DB
Text Example
Text Example
White with #9029DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9029DB; }
p { color: rgb(144,41,219); }
H1.HeaderClassName
{
color: #9029DB;
}
.AnyTagClassName
{
color: #9029DB;
}
</style>
background-color css
<style>
a { background-color: #9029DB; }
a { background-color: rgb(144,41,219); }
div.DivClassName
{
background-color: #9029DB;
}
.BgClassName
{
background-color: #9029DB;
}
</style>
border-color css
<style>
span { border-color: #9029DB; }
span { border-color: rgb(144,41,219); }
td.TdClassName
{
border-color: #9029DB;
}
.TagClassName
{
border-color: #9029DB;
}
</style>