Shades of Dark Violet #9013D5
Tints of Dark Violet #9013D5
RGB
CMYK
RGB Variations
Color information
#9013D5 (or 0x9013D5) is known color: Dark Violet. HEX triplet: 90, 13 and D5. RGB value is (144,19,213). Sum of RGB (Red+Green+Blue) = 144+19+213=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #9013D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9013D5 is #6FEC2A. Grayscale: #4D4D4D. Windows color (decimal): -7334955 or 13964176. OLE color: 13964176.
HSL color Cylindrical-coordinate representation of color #9013D5: hue angle of 278.66º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9013D5 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 19 | 213 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.16 |
| HSL | 278.66º | 0.84% | 0.45% | - |
| HSV(B) | 278.66º | 0.91% | 0.84% | - |
| XYZ | 23.74 | 11.2 | 63.86 | - |
| YUV | 78.49 | 203.91 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 213 | 0.32 | 0.91 | 0 | 0.16 | 278.66 | 0.84 | 0.45 |
| Hex | 90 | 13 | D5 | 20 | 5B | 0 | 10 | 117 | 54 | 2D |
| Octal | 220 | 23 | 325 | 40 | 133 | 0 | 20 | 427 | 124 | 55 |
| Binary | 10010000 | 10011 | 11010101 | 100000 | 1011011 | 0 | 10000 | 100010111 | 1010100 | 101101 |
Color Harmonies of #9013D5
Complementary color
Monochromatic Colors of #9013D5
Black with #9013D5
Text Example
Text Example
White with #9013D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9013D5; }
p { color: rgb(144,19,213); }
H1.HeaderClassName
{
color: #9013D5;
}
.AnyTagClassName
{
color: #9013D5;
}
</style>
background-color css
<style>
a { background-color: #9013D5; }
a { background-color: rgb(144,19,213); }
div.DivClassName
{
background-color: #9013D5;
}
.BgClassName
{
background-color: #9013D5;
}
</style>
border-color css
<style>
span { border-color: #9013D5; }
span { border-color: rgb(144,19,213); }
td.TdClassName
{
border-color: #9013D5;
}
.TagClassName
{
border-color: #9013D5;
}
</style>