Shades of Dark Orchid #9019AD
Tints of Dark Orchid #9019AD
RGB
CMYK
RGB Variations
Color information
#9019AD (or 0x9019AD) is known color: Dark Orchid. HEX triplet: 90, 19 and AD. RGB value is (144,25,173). Sum of RGB (Red+Green+Blue) = 144+25+173=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #9019AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9019AD is #6FE652. Grayscale: #4C4C4C. Windows color (decimal): -7333459 or 11344272. OLE color: 11344272.
HSL color Cylindrical-coordinate representation of color #9019AD: hue angle of 288.24º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9019AD is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 25 | 173 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.32 |
| HSL | 288.24º | 0.75% | 0.39% | - |
| HSV(B) | 288.24º | 0.86% | 0.68% | - |
| XYZ | 19.39 | 9.64 | 40.37 | - |
| YUV | 77.45 | 181.92 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 173 | 0.17 | 0.86 | 0 | 0.32 | 288.24 | 0.75 | 0.39 |
| Hex | 90 | 19 | AD | 11 | 56 | 0 | 20 | 120 | 4B | 27 |
| Octal | 220 | 31 | 255 | 21 | 126 | 0 | 40 | 440 | 113 | 47 |
| Binary | 10010000 | 11001 | 10101101 | 10001 | 1010110 | 0 | 100000 | 100100000 | 1001011 | 100111 |
Color Harmonies of #9019AD
Complementary color
Monochromatic Colors of #9019AD
Black with #9019AD
Text Example
Text Example
White with #9019AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9019AD; }
p { color: rgb(144,25,173); }
H1.HeaderClassName
{
color: #9019AD;
}
.AnyTagClassName
{
color: #9019AD;
}
</style>
background-color css
<style>
a { background-color: #9019AD; }
a { background-color: rgb(144,25,173); }
div.DivClassName
{
background-color: #9019AD;
}
.BgClassName
{
background-color: #9019AD;
}
</style>
border-color css
<style>
span { border-color: #9019AD; }
span { border-color: rgb(144,25,173); }
td.TdClassName
{
border-color: #9019AD;
}
.TagClassName
{
border-color: #9019AD;
}
</style>