Shades of Blue Violet #9016DD
Tints of Blue Violet #9016DD
RGB
CMYK
RGB Variations
Color information
#9016DD (or 0x9016DD) is known color: Blue Violet. HEX triplet: 90, 16 and DD. RGB value is (144,22,221). Sum of RGB (Red+Green+Blue) = 144+22+221=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #9016DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016DD is #6FE922. Grayscale: #505050. Windows color (decimal): -7334179 or 14489232. OLE color: 14489232.
HSL color Cylindrical-coordinate representation of color #9016DD: hue angle of 276.78º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9016DD is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 22 | 221 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.13 |
| HSL | 276.78º | 0.82% | 0.48% | - |
| HSV(B) | 276.78º | 0.9% | 0.87% | - |
| XYZ | 24.84 | 11.72 | 69.36 | - |
| YUV | 81.16 | 206.92 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 221 | 0.35 | 0.90 | 0 | 0.13 | 276.78 | 0.82 | 0.48 |
| Hex | 90 | 16 | DD | 23 | 5A | 0 | D | 115 | 52 | 30 |
| Octal | 220 | 26 | 335 | 43 | 132 | 0 | 15 | 425 | 122 | 60 |
| Binary | 10010000 | 10110 | 11011101 | 100011 | 1011010 | 0 | 1101 | 100010101 | 1010010 | 110000 |
Color Harmonies of #9016DD
Complementary color
Monochromatic Colors of #9016DD
Black with #9016DD
Text Example
Text Example
White with #9016DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9016DD; }
p { color: rgb(144,22,221); }
H1.HeaderClassName
{
color: #9016DD;
}
.AnyTagClassName
{
color: #9016DD;
}
</style>
background-color css
<style>
a { background-color: #9016DD; }
a { background-color: rgb(144,22,221); }
div.DivClassName
{
background-color: #9016DD;
}
.BgClassName
{
background-color: #9016DD;
}
</style>
border-color css
<style>
span { border-color: #9016DD; }
span { border-color: rgb(144,22,221); }
td.TdClassName
{
border-color: #9016DD;
}
.TagClassName
{
border-color: #9016DD;
}
</style>