Shades of Blue Violet #9028DD
Tints of Blue Violet #9028DD
RGB
CMYK
RGB Variations
Color information
#9028DD (or 0x9028DD) is known color: Blue Violet. HEX triplet: 90, 28 and DD. RGB value is (144,40,221). Sum of RGB (Red+Green+Blue) = 144+40+221=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #9028DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9028DD is #6FD722. Grayscale: #5B5B5B. Windows color (decimal): -7329571 or 14493840. OLE color: 14493840.
HSL color Cylindrical-coordinate representation of color #9028DD: hue angle of 274.48º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9028DD is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 40 | 221 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.13 |
| HSL | 274.48º | 0.73% | 0.51% | - |
| HSV(B) | 274.48º | 0.82% | 0.87% | - |
| XYZ | 25.31 | 12.67 | 69.52 | - |
| YUV | 91.73 | 200.96 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 221 | 0.35 | 0.82 | 0 | 0.13 | 274.48 | 0.73 | 0.51 |
| Hex | 90 | 28 | DD | 23 | 52 | 0 | D | 112 | 49 | 33 |
| Octal | 220 | 50 | 335 | 43 | 122 | 0 | 15 | 422 | 111 | 63 |
| Binary | 10010000 | 101000 | 11011101 | 100011 | 1010010 | 0 | 1101 | 100010010 | 1001001 | 110011 |
Color Harmonies of #9028DD
Complementary color
Monochromatic Colors of #9028DD
Black with #9028DD
Text Example
Text Example
White with #9028DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9028DD; }
p { color: rgb(144,40,221); }
H1.HeaderClassName
{
color: #9028DD;
}
.AnyTagClassName
{
color: #9028DD;
}
</style>
background-color css
<style>
a { background-color: #9028DD; }
a { background-color: rgb(144,40,221); }
div.DivClassName
{
background-color: #9028DD;
}
.BgClassName
{
background-color: #9028DD;
}
</style>
border-color css
<style>
span { border-color: #9028DD; }
span { border-color: rgb(144,40,221); }
td.TdClassName
{
border-color: #9028DD;
}
.TagClassName
{
border-color: #9028DD;
}
</style>