Shades of Dark Orchid #9220CB
Tints of Dark Orchid #9220CB
RGB
CMYK
RGB Variations
Color information
#9220CB (or 0x9220CB) is known color: Dark Orchid. HEX triplet: 92, 20 and CB. RGB value is (146,32,203). Sum of RGB (Red+Green+Blue) = 146+32+203=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #9220CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9220CB is #6DDF34. Grayscale: #555555. Windows color (decimal): -7200565 or 13312146. OLE color: 13312146.
HSL color Cylindrical-coordinate representation of color #9220CB: hue angle of 280º 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 #9220CB is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 32 | 203 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.20 |
| HSL | 280º | 0.73% | 0.46% | - |
| HSV(B) | 280º | 0.84% | 0.8% | - |
| XYZ | 23.15 | 11.46 | 57.49 | - |
| YUV | 85.58 | 194.27 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 203 | 0.28 | 0.84 | 0 | 0.20 | 280 | 0.73 | 0.46 |
| Hex | 92 | 20 | CB | 1C | 54 | 0 | 14 | 118 | 49 | 2E |
| Octal | 222 | 40 | 313 | 34 | 124 | 0 | 24 | 430 | 111 | 56 |
| Binary | 10010010 | 100000 | 11001011 | 11100 | 1010100 | 0 | 10100 | 100011000 | 1001001 | 101110 |
Color Harmonies of #9220CB
Complementary color
Monochromatic Colors of #9220CB
Black with #9220CB
Text Example
Text Example
White with #9220CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9220CB; }
p { color: rgb(146,32,203); }
H1.HeaderClassName
{
color: #9220CB;
}
.AnyTagClassName
{
color: #9220CB;
}
</style>
background-color css
<style>
a { background-color: #9220CB; }
a { background-color: rgb(146,32,203); }
div.DivClassName
{
background-color: #9220CB;
}
.BgClassName
{
background-color: #9220CB;
}
</style>
border-color css
<style>
span { border-color: #9220CB; }
span { border-color: rgb(146,32,203); }
td.TdClassName
{
border-color: #9220CB;
}
.TagClassName
{
border-color: #9220CB;
}
</style>