Shades of Dark Violet #9013DB
Tints of Dark Violet #9013DB
RGB
CMYK
RGB Variations
Color information
#9013DB (or 0x9013DB) is known color: Dark Violet. HEX triplet: 90, 13 and DB. RGB value is (144,19,219). Sum of RGB (Red+Green+Blue) = 144+19+219=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #9013DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9013DB is #6FEC24. Grayscale: #4E4E4E. Windows color (decimal): -7334949 or 14357392. OLE color: 14357392.
HSL color Cylindrical-coordinate representation of color #9013DB: hue angle of 277.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9013DB is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 19 | 219 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.14 |
| HSL | 277.5º | 0.84% | 0.47% | - |
| HSV(B) | 277.5º | 0.91% | 0.86% | - |
| XYZ | 24.52 | 11.51 | 67.95 | - |
| YUV | 79.18 | 206.91 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 219 | 0.34 | 0.91 | 0 | 0.14 | 277.5 | 0.84 | 0.47 |
| Hex | 90 | 13 | DB | 22 | 5B | 0 | E | 116 | 54 | 2F |
| Octal | 220 | 23 | 333 | 42 | 133 | 0 | 16 | 426 | 124 | 57 |
| Binary | 10010000 | 10011 | 11011011 | 100010 | 1011011 | 0 | 1110 | 100010110 | 1010100 | 101111 |
Color Harmonies of #9013DB
Complementary color
Monochromatic Colors of #9013DB
Black with #9013DB
Text Example
Text Example
White with #9013DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9013DB; }
p { color: rgb(144,19,219); }
H1.HeaderClassName
{
color: #9013DB;
}
.AnyTagClassName
{
color: #9013DB;
}
</style>
background-color css
<style>
a { background-color: #9013DB; }
a { background-color: rgb(144,19,219); }
div.DivClassName
{
background-color: #9013DB;
}
.BgClassName
{
background-color: #9013DB;
}
</style>
border-color css
<style>
span { border-color: #9013DB; }
span { border-color: rgb(144,19,219); }
td.TdClassName
{
border-color: #9013DB;
}
.TagClassName
{
border-color: #9013DB;
}
</style>