Shades of Dark Violet #9013CD
Tints of Dark Violet #9013CD
RGB
CMYK
RGB Variations
Color information
#9013CD (or 0x9013CD) is known color: Dark Violet. HEX triplet: 90, 13 and CD. RGB value is (144,19,205). Sum of RGB (Red+Green+Blue) = 144+19+205=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #9013CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9013CD is #6FEC32. Grayscale: #4C4C4C. Windows color (decimal): -7334963 or 13439888. OLE color: 13439888.
HSL color Cylindrical-coordinate representation of color #9013CD: hue angle of 280.32º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9013CD is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 19 | 205 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.20 |
| HSL | 280.32º | 0.83% | 0.44% | - |
| HSV(B) | 280.32º | 0.91% | 0.8% | - |
| XYZ | 22.75 | 10.8 | 58.64 | - |
| YUV | 77.58 | 199.91 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 205 | 0.30 | 0.91 | 0 | 0.20 | 280.32 | 0.83 | 0.44 |
| Hex | 90 | 13 | CD | 1E | 5B | 0 | 14 | 118 | 53 | 2C |
| Octal | 220 | 23 | 315 | 36 | 133 | 0 | 24 | 430 | 123 | 54 |
| Binary | 10010000 | 10011 | 11001101 | 11110 | 1011011 | 0 | 10100 | 100011000 | 1010011 | 101100 |
Color Harmonies of #9013CD
Complementary color
Monochromatic Colors of #9013CD
Black with #9013CD
Text Example
Text Example
White with #9013CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9013CD; }
p { color: rgb(144,19,205); }
H1.HeaderClassName
{
color: #9013CD;
}
.AnyTagClassName
{
color: #9013CD;
}
</style>
background-color css
<style>
a { background-color: #9013CD; }
a { background-color: rgb(144,19,205); }
div.DivClassName
{
background-color: #9013CD;
}
.BgClassName
{
background-color: #9013CD;
}
</style>
border-color css
<style>
span { border-color: #9013CD; }
span { border-color: rgb(144,19,205); }
td.TdClassName
{
border-color: #9013CD;
}
.TagClassName
{
border-color: #9013CD;
}
</style>