Shades of Dark Orchid #9322AD
Tints of Dark Orchid #9322AD
RGB
CMYK
RGB Variations
Color information
#9322AD (or 0x9322AD) is known color: Dark Orchid. HEX triplet: 93, 22 and AD. RGB value is (147,34,173). Sum of RGB (Red+Green+Blue) = 147+34+173=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #9322AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9322AD is #6CDD52. Grayscale: #535353. Windows color (decimal): -7134547 or 11346579. OLE color: 11346579.
HSL color Cylindrical-coordinate representation of color #9322AD: hue angle of 288.78º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9322AD is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 34 | 173 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.32 |
| HSL | 288.78º | 0.67% | 0.41% | - |
| HSV(B) | 288.78º | 0.8% | 0.68% | - |
| XYZ | 20.15 | 10.36 | 40.47 | - |
| YUV | 83.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 173 | 0.15 | 0.80 | 0 | 0.32 | 288.78 | 0.67 | 0.41 |
| Hex | 93 | 22 | AD | F | 50 | 0 | 20 | 121 | 43 | 29 |
| Octal | 223 | 42 | 255 | 17 | 120 | 0 | 40 | 441 | 103 | 51 |
| Binary | 10010011 | 100010 | 10101101 | 1111 | 1010000 | 0 | 100000 | 100100001 | 1000011 | 101001 |
Color Harmonies of #9322AD
Complementary color
Monochromatic Colors of #9322AD
Black with #9322AD
Text Example
Text Example
White with #9322AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9322AD; }
p { color: rgb(147,34,173); }
H1.HeaderClassName
{
color: #9322AD;
}
.AnyTagClassName
{
color: #9322AD;
}
</style>
background-color css
<style>
a { background-color: #9322AD; }
a { background-color: rgb(147,34,173); }
div.DivClassName
{
background-color: #9322AD;
}
.BgClassName
{
background-color: #9322AD;
}
</style>
border-color css
<style>
span { border-color: #9322AD; }
span { border-color: rgb(147,34,173); }
td.TdClassName
{
border-color: #9322AD;
}
.TagClassName
{
border-color: #9322AD;
}
</style>