Shades of Dark Orchid #9220CE
Tints of Dark Orchid #9220CE
RGB
CMYK
RGB Variations
Color information
#9220CE (or 0x9220CE) is known color: Dark Orchid. HEX triplet: 92, 20 and CE. RGB value is (146,32,206). Sum of RGB (Red+Green+Blue) = 146+32+206=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #9220CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9220CE is #6DDF31. Grayscale: #555555. Windows color (decimal): -7200562 or 13508754. OLE color: 13508754.
HSL color Cylindrical-coordinate representation of color #9220CE: hue angle of 279.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9220CE is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 32 | 206 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.19 |
| HSL | 279.31º | 0.73% | 0.47% | - |
| HSV(B) | 279.31º | 0.84% | 0.81% | - |
| XYZ | 23.51 | 11.6 | 59.39 | - |
| YUV | 85.92 | 195.77 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 206 | 0.29 | 0.84 | 0 | 0.19 | 279.31 | 0.73 | 0.47 |
| Hex | 92 | 20 | CE | 1D | 54 | 0 | 13 | 117 | 49 | 2F |
| Octal | 222 | 40 | 316 | 35 | 124 | 0 | 23 | 427 | 111 | 57 |
| Binary | 10010010 | 100000 | 11001110 | 11101 | 1010100 | 0 | 10011 | 100010111 | 1001001 | 101111 |
Color Harmonies of #9220CE
Complementary color
Monochromatic Colors of #9220CE
Black with #9220CE
Text Example
Text Example
White with #9220CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9220CE; }
p { color: rgb(146,32,206); }
H1.HeaderClassName
{
color: #9220CE;
}
.AnyTagClassName
{
color: #9220CE;
}
</style>
background-color css
<style>
a { background-color: #9220CE; }
a { background-color: rgb(146,32,206); }
div.DivClassName
{
background-color: #9220CE;
}
.BgClassName
{
background-color: #9220CE;
}
</style>
border-color css
<style>
span { border-color: #9220CE; }
span { border-color: rgb(146,32,206); }
td.TdClassName
{
border-color: #9220CE;
}
.TagClassName
{
border-color: #9220CE;
}
</style>