Shades of Dark Violet #9016DA
Tints of Dark Violet #9016DA
RGB
CMYK
RGB Variations
Color information
#9016DA (or 0x9016DA) is known color: Dark Violet. HEX triplet: 90, 16 and DA. RGB value is (144,22,218). Sum of RGB (Red+Green+Blue) = 144+22+218=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #9016DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016DA is #6FE925. Grayscale: #505050. Windows color (decimal): -7334182 or 14292624. OLE color: 14292624.
HSL color Cylindrical-coordinate representation of color #9016DA: hue angle of 277.35º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9016DA is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 22 | 218 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.15 |
| HSL | 277.35º | 0.82% | 0.47% | - |
| HSV(B) | 277.35º | 0.9% | 0.85% | - |
| XYZ | 24.44 | 11.57 | 67.27 | - |
| YUV | 80.82 | 205.42 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 218 | 0.34 | 0.90 | 0 | 0.15 | 277.35 | 0.82 | 0.47 |
| Hex | 90 | 16 | DA | 22 | 5A | 0 | F | 115 | 52 | 2F |
| Octal | 220 | 26 | 332 | 42 | 132 | 0 | 17 | 425 | 122 | 57 |
| Binary | 10010000 | 10110 | 11011010 | 100010 | 1011010 | 0 | 1111 | 100010101 | 1010010 | 101111 |
Color Harmonies of #9016DA
Complementary color
Monochromatic Colors of #9016DA
Black with #9016DA
Text Example
Text Example
White with #9016DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9016DA; }
p { color: rgb(144,22,218); }
H1.HeaderClassName
{
color: #9016DA;
}
.AnyTagClassName
{
color: #9016DA;
}
</style>
background-color css
<style>
a { background-color: #9016DA; }
a { background-color: rgb(144,22,218); }
div.DivClassName
{
background-color: #9016DA;
}
.BgClassName
{
background-color: #9016DA;
}
</style>
border-color css
<style>
span { border-color: #9016DA; }
span { border-color: rgb(144,22,218); }
td.TdClassName
{
border-color: #9016DA;
}
.TagClassName
{
border-color: #9016DA;
}
</style>