Shades of Dark Orchid #9219AD
Tints of Dark Orchid #9219AD
RGB
CMYK
RGB Variations
Color information
#9219AD (or 0x9219AD) is known color: Dark Orchid. HEX triplet: 92, 19 and AD. RGB value is (146,25,173). Sum of RGB (Red+Green+Blue) = 146+25+173=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #9219AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9219AD is #6DE652. Grayscale: #4D4D4D. Windows color (decimal): -7202387 or 11344274. OLE color: 11344274.
HSL color Cylindrical-coordinate representation of color #9219AD: hue angle of 289.05º 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 #9219AD is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 25 | 173 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.32 |
| HSL | 289.05º | 0.75% | 0.39% | - |
| HSV(B) | 289.05º | 0.86% | 0.68% | - |
| XYZ | 19.74 | 9.82 | 40.39 | - |
| YUV | 78.05 | 181.59 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 173 | 0.16 | 0.86 | 0 | 0.32 | 289.05 | 0.75 | 0.39 |
| Hex | 92 | 19 | AD | 10 | 56 | 0 | 20 | 121 | 4B | 27 |
| Octal | 222 | 31 | 255 | 20 | 126 | 0 | 40 | 441 | 113 | 47 |
| Binary | 10010010 | 11001 | 10101101 | 10000 | 1010110 | 0 | 100000 | 100100001 | 1001011 | 100111 |
Color Harmonies of #9219AD
Complementary color
Monochromatic Colors of #9219AD
Black with #9219AD
Text Example
Text Example
White with #9219AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9219AD; }
p { color: rgb(146,25,173); }
H1.HeaderClassName
{
color: #9219AD;
}
.AnyTagClassName
{
color: #9219AD;
}
</style>
background-color css
<style>
a { background-color: #9219AD; }
a { background-color: rgb(146,25,173); }
div.DivClassName
{
background-color: #9219AD;
}
.BgClassName
{
background-color: #9219AD;
}
</style>
border-color css
<style>
span { border-color: #9219AD; }
span { border-color: rgb(146,25,173); }
td.TdClassName
{
border-color: #9219AD;
}
.TagClassName
{
border-color: #9219AD;
}
</style>