Shades of Blue Violet #9028DB
Tints of Blue Violet #9028DB
RGB
CMYK
RGB Variations
Color information
#9028DB (or 0x9028DB) is known color: Blue Violet. HEX triplet: 90, 28 and DB. RGB value is (144,40,219). Sum of RGB (Red+Green+Blue) = 144+40+219=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #9028DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9028DB is #6FD724. Grayscale: #5A5A5A. Windows color (decimal): -7329573 or 14362768. OLE color: 14362768.
HSL color Cylindrical-coordinate representation of color #9028DB: hue angle of 274.86º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9028DB is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 40 | 219 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.14 |
| HSL | 274.86º | 0.71% | 0.51% | - |
| HSV(B) | 274.86º | 0.82% | 0.86% | - |
| XYZ | 25.05 | 12.56 | 68.12 | - |
| YUV | 91.5 | 199.96 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 219 | 0.34 | 0.82 | 0 | 0.14 | 274.86 | 0.71 | 0.51 |
| Hex | 90 | 28 | DB | 22 | 52 | 0 | E | 113 | 47 | 33 |
| Octal | 220 | 50 | 333 | 42 | 122 | 0 | 16 | 423 | 107 | 63 |
| Binary | 10010000 | 101000 | 11011011 | 100010 | 1010010 | 0 | 1110 | 100010011 | 1000111 | 110011 |
Color Harmonies of #9028DB
Complementary color
Monochromatic Colors of #9028DB
Black with #9028DB
Text Example
Text Example
White with #9028DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9028DB; }
p { color: rgb(144,40,219); }
H1.HeaderClassName
{
color: #9028DB;
}
.AnyTagClassName
{
color: #9028DB;
}
</style>
background-color css
<style>
a { background-color: #9028DB; }
a { background-color: rgb(144,40,219); }
div.DivClassName
{
background-color: #9028DB;
}
.BgClassName
{
background-color: #9028DB;
}
</style>
border-color css
<style>
span { border-color: #9028DB; }
span { border-color: rgb(144,40,219); }
td.TdClassName
{
border-color: #9028DB;
}
.TagClassName
{
border-color: #9028DB;
}
</style>