Shades of Blue Violet #9030DA
Tints of Blue Violet #9030DA
RGB
CMYK
RGB Variations
Color information
#9030DA (or 0x9030DA) is known color: Blue Violet. HEX triplet: 90, 30 and DA. RGB value is (144,48,218). Sum of RGB (Red+Green+Blue) = 144+48+218=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #9030DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9030DA is #6FCF25. Grayscale: #5F5F5F. Windows color (decimal): -7327526 or 14299280. OLE color: 14299280.
HSL color Cylindrical-coordinate representation of color #9030DA: hue angle of 273.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9030DA is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 48 | 218 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.15 |
| HSL | 273.88º | 0.7% | 0.52% | - |
| HSV(B) | 273.88º | 0.78% | 0.85% | - |
| XYZ | 25.21 | 13.11 | 67.53 | - |
| YUV | 96.08 | 196.8 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 218 | 0.34 | 0.78 | 0 | 0.15 | 273.88 | 0.7 | 0.52 |
| Hex | 90 | 30 | DA | 22 | 4E | 0 | F | 112 | 46 | 34 |
| Octal | 220 | 60 | 332 | 42 | 116 | 0 | 17 | 422 | 106 | 64 |
| Binary | 10010000 | 110000 | 11011010 | 100010 | 1001110 | 0 | 1111 | 100010010 | 1000110 | 110100 |
Color Harmonies of #9030DA
Complementary color
Monochromatic Colors of #9030DA
Black with #9030DA
Text Example
Text Example
White with #9030DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9030DA; }
p { color: rgb(144,48,218); }
H1.HeaderClassName
{
color: #9030DA;
}
.AnyTagClassName
{
color: #9030DA;
}
</style>
background-color css
<style>
a { background-color: #9030DA; }
a { background-color: rgb(144,48,218); }
div.DivClassName
{
background-color: #9030DA;
}
.BgClassName
{
background-color: #9030DA;
}
</style>
border-color css
<style>
span { border-color: #9030DA; }
span { border-color: rgb(144,48,218); }
td.TdClassName
{
border-color: #9030DA;
}
.TagClassName
{
border-color: #9030DA;
}
</style>