Shades of Dark Orchid #9720AD
Tints of Dark Orchid #9720AD
RGB
CMYK
RGB Variations
Color information
#9720AD (or 0x9720AD) is known color: Dark Orchid. HEX triplet: 97, 20 and AD. RGB value is (151,32,173). Sum of RGB (Red+Green+Blue) = 151+32+173=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #9720AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9720AD is #68DF52. Grayscale: #535353. Windows color (decimal): -6872915 or 11346071. OLE color: 11346071.
HSL color Cylindrical-coordinate representation of color #9720AD: hue angle of 290.64º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9720AD is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 32 | 173 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.32 |
| HSL | 290.64º | 0.69% | 0.4% | - |
| HSV(B) | 290.64º | 0.82% | 0.68% | - |
| XYZ | 20.82 | 10.63 | 40.49 | - |
| YUV | 83.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 32 | 173 | 0.13 | 0.82 | 0 | 0.32 | 290.64 | 0.69 | 0.4 |
| Hex | 97 | 20 | AD | D | 52 | 0 | 20 | 123 | 45 | 28 |
| Octal | 227 | 40 | 255 | 15 | 122 | 0 | 40 | 443 | 105 | 50 |
| Binary | 10010111 | 100000 | 10101101 | 1101 | 1010010 | 0 | 100000 | 100100011 | 1000101 | 101000 |
Color Harmonies of #9720AD
Complementary color
Monochromatic Colors of #9720AD
Black with #9720AD
Text Example
Text Example
White with #9720AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9720AD; }
p { color: rgb(151,32,173); }
H1.HeaderClassName
{
color: #9720AD;
}
.AnyTagClassName
{
color: #9720AD;
}
</style>
background-color css
<style>
a { background-color: #9720AD; }
a { background-color: rgb(151,32,173); }
div.DivClassName
{
background-color: #9720AD;
}
.BgClassName
{
background-color: #9720AD;
}
</style>
border-color css
<style>
span { border-color: #9720AD; }
span { border-color: rgb(151,32,173); }
td.TdClassName
{
border-color: #9720AD;
}
.TagClassName
{
border-color: #9720AD;
}
</style>