Shades of Dark Violet #9013DD
Tints of Dark Violet #9013DD
RGB
CMYK
RGB Variations
Color information
#9013DD (or 0x9013DD) is known color: Dark Violet. HEX triplet: 90, 13 and DD. RGB value is (144,19,221). Sum of RGB (Red+Green+Blue) = 144+19+221=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #9013DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9013DD is #6FEC22. Grayscale: #4E4E4E. Windows color (decimal): -7334947 or 14488464. OLE color: 14488464.
HSL color Cylindrical-coordinate representation of color #9013DD: hue angle of 277.13º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9013DD is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 19 | 221 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.13 |
| HSL | 277.13º | 0.84% | 0.47% | - |
| HSV(B) | 277.13º | 0.91% | 0.87% | - |
| XYZ | 24.79 | 11.62 | 69.34 | - |
| YUV | 79.4 | 207.91 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 221 | 0.35 | 0.91 | 0 | 0.13 | 277.13 | 0.84 | 0.47 |
| Hex | 90 | 13 | DD | 23 | 5B | 0 | D | 115 | 54 | 2F |
| Octal | 220 | 23 | 335 | 43 | 133 | 0 | 15 | 425 | 124 | 57 |
| Binary | 10010000 | 10011 | 11011101 | 100011 | 1011011 | 0 | 1101 | 100010101 | 1010100 | 101111 |
Color Harmonies of #9013DD
Complementary color
Monochromatic Colors of #9013DD
Black with #9013DD
Text Example
Text Example
White with #9013DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9013DD; }
p { color: rgb(144,19,221); }
H1.HeaderClassName
{
color: #9013DD;
}
.AnyTagClassName
{
color: #9013DD;
}
</style>
background-color css
<style>
a { background-color: #9013DD; }
a { background-color: rgb(144,19,221); }
div.DivClassName
{
background-color: #9013DD;
}
.BgClassName
{
background-color: #9013DD;
}
</style>
border-color css
<style>
span { border-color: #9013DD; }
span { border-color: rgb(144,19,221); }
td.TdClassName
{
border-color: #9013DD;
}
.TagClassName
{
border-color: #9013DD;
}
</style>