Shades of Blue Violet #9018DD
Tints of Blue Violet #9018DD
RGB
CMYK
RGB Variations
Color information
#9018DD (or 0x9018DD) is known color: Blue Violet. HEX triplet: 90, 18 and DD. RGB value is (144,24,221). Sum of RGB (Red+Green+Blue) = 144+24+221=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #9018DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018DD is #6FE722. Grayscale: #515151. Windows color (decimal): -7333667 or 14489744. OLE color: 14489744.
HSL color Cylindrical-coordinate representation of color #9018DD: hue angle of 276.55º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9018DD is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 24 | 221 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.13 |
| HSL | 276.55º | 0.8% | 0.48% | - |
| HSV(B) | 276.55º | 0.89% | 0.87% | - |
| XYZ | 24.88 | 11.8 | 69.37 | - |
| YUV | 82.34 | 206.26 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 221 | 0.35 | 0.89 | 0 | 0.13 | 276.55 | 0.8 | 0.48 |
| Hex | 90 | 18 | DD | 23 | 59 | 0 | D | 115 | 50 | 30 |
| Octal | 220 | 30 | 335 | 43 | 131 | 0 | 15 | 425 | 120 | 60 |
| Binary | 10010000 | 11000 | 11011101 | 100011 | 1011001 | 0 | 1101 | 100010101 | 1010000 | 110000 |
Color Harmonies of #9018DD
Complementary color
Monochromatic Colors of #9018DD
Black with #9018DD
Text Example
Text Example
White with #9018DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9018DD; }
p { color: rgb(144,24,221); }
H1.HeaderClassName
{
color: #9018DD;
}
.AnyTagClassName
{
color: #9018DD;
}
</style>
background-color css
<style>
a { background-color: #9018DD; }
a { background-color: rgb(144,24,221); }
div.DivClassName
{
background-color: #9018DD;
}
.BgClassName
{
background-color: #9018DD;
}
</style>
border-color css
<style>
span { border-color: #9018DD; }
span { border-color: rgb(144,24,221); }
td.TdClassName
{
border-color: #9018DD;
}
.TagClassName
{
border-color: #9018DD;
}
</style>