Shades of Dark Orchid #9220AE
Tints of Dark Orchid #9220AE
RGB
CMYK
RGB Variations
Color information
#9220AE (or 0x9220AE) is known color: Dark Orchid. HEX triplet: 92, 20 and AE. RGB value is (146,32,174). Sum of RGB (Red+Green+Blue) = 146+32+174=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #9220AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9220AE is #6DDF51. Grayscale: #515151. Windows color (decimal): -7200594 or 11411602. OLE color: 11411602.
HSL color Cylindrical-coordinate representation of color #9220AE: hue angle of 288.17º 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 #9220AE is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 32 | 174 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.32 |
| HSL | 288.17º | 0.69% | 0.4% | - |
| HSV(B) | 288.17º | 0.82% | 0.68% | - |
| XYZ | 20.01 | 10.2 | 40.96 | - |
| YUV | 82.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 174 | 0.16 | 0.82 | 0 | 0.32 | 288.17 | 0.69 | 0.4 |
| Hex | 92 | 20 | AE | 10 | 52 | 0 | 20 | 120 | 45 | 28 |
| Octal | 222 | 40 | 256 | 20 | 122 | 0 | 40 | 440 | 105 | 50 |
| Binary | 10010010 | 100000 | 10101110 | 10000 | 1010010 | 0 | 100000 | 100100000 | 1000101 | 101000 |
Color Harmonies of #9220AE
Complementary color
Monochromatic Colors of #9220AE
Black with #9220AE
Text Example
Text Example
White with #9220AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9220AE; }
p { color: rgb(146,32,174); }
H1.HeaderClassName
{
color: #9220AE;
}
.AnyTagClassName
{
color: #9220AE;
}
</style>
background-color css
<style>
a { background-color: #9220AE; }
a { background-color: rgb(146,32,174); }
div.DivClassName
{
background-color: #9220AE;
}
.BgClassName
{
background-color: #9220AE;
}
</style>
border-color css
<style>
span { border-color: #9220AE; }
span { border-color: rgb(146,32,174); }
td.TdClassName
{
border-color: #9220AE;
}
.TagClassName
{
border-color: #9220AE;
}
</style>