Shades of Dark Orchid #9220CC
Tints of Dark Orchid #9220CC
RGB
CMYK
RGB Variations
Color information
#9220CC (or 0x9220CC) is known color: Dark Orchid. HEX triplet: 92, 20 and CC. RGB value is (146,32,204). Sum of RGB (Red+Green+Blue) = 146+32+204=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #9220CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9220CC is #6DDF33. Grayscale: #555555. Windows color (decimal): -7200564 or 13377682. OLE color: 13377682.
HSL color Cylindrical-coordinate representation of color #9220CC: hue angle of 279.77º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9220CC is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 32 | 204 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.2 |
| HSL | 279.77º | 0.73% | 0.46% | - |
| HSV(B) | 279.77º | 0.84% | 0.8% | - |
| XYZ | 23.27 | 11.5 | 58.12 | - |
| YUV | 85.69 | 194.77 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 204 | 0.28 | 0.84 | 0 | 0.2 | 279.77 | 0.73 | 0.46 |
| Hex | 92 | 20 | CC | 1C | 54 | 0 | 14 | 118 | 49 | 2E |
| Octal | 222 | 40 | 314 | 34 | 124 | 0 | 24 | 430 | 111 | 56 |
| Binary | 10010010 | 100000 | 11001100 | 11100 | 1010100 | 0 | 10100 | 100011000 | 1001001 | 101110 |
Color Harmonies of #9220CC
Complementary color
Monochromatic Colors of #9220CC
Black with #9220CC
Text Example
Text Example
White with #9220CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9220CC; }
p { color: rgb(146,32,204); }
H1.HeaderClassName
{
color: #9220CC;
}
.AnyTagClassName
{
color: #9220CC;
}
</style>
background-color css
<style>
a { background-color: #9220CC; }
a { background-color: rgb(146,32,204); }
div.DivClassName
{
background-color: #9220CC;
}
.BgClassName
{
background-color: #9220CC;
}
</style>
border-color css
<style>
span { border-color: #9220CC; }
span { border-color: rgb(146,32,204); }
td.TdClassName
{
border-color: #9220CC;
}
.TagClassName
{
border-color: #9220CC;
}
</style>