Shades of Blue Violet #9028DA
Tints of Blue Violet #9028DA
RGB
CMYK
RGB Variations
Color information
#9028DA (or 0x9028DA) is known color: Blue Violet. HEX triplet: 90, 28 and DA. RGB value is (144,40,218). Sum of RGB (Red+Green+Blue) = 144+40+218=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #9028DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9028DA is #6FD725. Grayscale: #5A5A5A. Windows color (decimal): -7329574 or 14297232. OLE color: 14297232.
HSL color Cylindrical-coordinate representation of color #9028DA: hue angle of 275.06º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9028DA is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 40 | 218 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.15 |
| HSL | 275.06º | 0.71% | 0.51% | - |
| HSV(B) | 275.06º | 0.82% | 0.85% | - |
| XYZ | 24.92 | 12.51 | 67.43 | - |
| YUV | 91.39 | 199.46 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 218 | 0.34 | 0.82 | 0 | 0.15 | 275.06 | 0.71 | 0.51 |
| Hex | 90 | 28 | DA | 22 | 52 | 0 | F | 113 | 47 | 33 |
| Octal | 220 | 50 | 332 | 42 | 122 | 0 | 17 | 423 | 107 | 63 |
| Binary | 10010000 | 101000 | 11011010 | 100010 | 1010010 | 0 | 1111 | 100010011 | 1000111 | 110011 |
Color Harmonies of #9028DA
Complementary color
Monochromatic Colors of #9028DA
Black with #9028DA
Text Example
Text Example
White with #9028DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9028DA; }
p { color: rgb(144,40,218); }
H1.HeaderClassName
{
color: #9028DA;
}
.AnyTagClassName
{
color: #9028DA;
}
</style>
background-color css
<style>
a { background-color: #9028DA; }
a { background-color: rgb(144,40,218); }
div.DivClassName
{
background-color: #9028DA;
}
.BgClassName
{
background-color: #9028DA;
}
</style>
border-color css
<style>
span { border-color: #9028DA; }
span { border-color: rgb(144,40,218); }
td.TdClassName
{
border-color: #9028DA;
}
.TagClassName
{
border-color: #9028DA;
}
</style>