Shades of Dark Orchid #9220D0
Tints of Dark Orchid #9220D0
RGB
CMYK
RGB Variations
Color information
#9220D0 (or 0x9220D0) is known color: Dark Orchid. HEX triplet: 92, 20 and D0. RGB value is (146,32,208). Sum of RGB (Red+Green+Blue) = 146+32+208=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #9220D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9220D0 is #6DDF2F. Grayscale: #555555. Windows color (decimal): -7200560 or 13639826. OLE color: 13639826.
HSL color Cylindrical-coordinate representation of color #9220D0: hue angle of 278.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9220D0 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 32 | 208 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.18 |
| HSL | 278.86º | 0.73% | 0.47% | - |
| HSV(B) | 278.86º | 0.85% | 0.82% | - |
| XYZ | 23.76 | 11.7 | 60.68 | - |
| YUV | 86.15 | 196.77 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 208 | 0.30 | 0.85 | 0 | 0.18 | 278.86 | 0.73 | 0.47 |
| Hex | 92 | 20 | D0 | 1E | 55 | 0 | 12 | 117 | 49 | 2F |
| Octal | 222 | 40 | 320 | 36 | 125 | 0 | 22 | 427 | 111 | 57 |
| Binary | 10010010 | 100000 | 11010000 | 11110 | 1010101 | 0 | 10010 | 100010111 | 1001001 | 101111 |
Color Harmonies of #9220D0
Complementary color
Monochromatic Colors of #9220D0
Black with #9220D0
Text Example
Text Example
White with #9220D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9220D0; }
p { color: rgb(146,32,208); }
H1.HeaderClassName
{
color: #9220D0;
}
.AnyTagClassName
{
color: #9220D0;
}
</style>
background-color css
<style>
a { background-color: #9220D0; }
a { background-color: rgb(146,32,208); }
div.DivClassName
{
background-color: #9220D0;
}
.BgClassName
{
background-color: #9220D0;
}
</style>
border-color css
<style>
span { border-color: #9220D0; }
span { border-color: rgb(146,32,208); }
td.TdClassName
{
border-color: #9220D0;
}
.TagClassName
{
border-color: #9220D0;
}
</style>