Shades of Dark Orchid #9221CC
Tints of Dark Orchid #9221CC
RGB
CMYK
RGB Variations
Color information
#9221CC (or 0x9221CC) is known color: Dark Orchid. HEX triplet: 92, 21 and CC. RGB value is (146,33,204). Sum of RGB (Red+Green+Blue) = 146+33+204=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #9221CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9221CC is #6DDE33. Grayscale: #555555. Windows color (decimal): -7200308 or 13377938. OLE color: 13377938.
HSL color Cylindrical-coordinate representation of color #9221CC: hue angle of 279.65º degrees, saturation: 0.72, 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 #9221CC is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 33 | 204 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.2 |
| HSL | 279.65º | 0.72% | 0.46% | - |
| HSV(B) | 279.65º | 0.84% | 0.8% | - |
| XYZ | 23.3 | 11.56 | 58.13 | - |
| YUV | 86.28 | 194.44 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 204 | 0.28 | 0.84 | 0 | 0.2 | 279.65 | 0.72 | 0.46 |
| Hex | 92 | 21 | CC | 1C | 54 | 0 | 14 | 118 | 48 | 2E |
| Octal | 222 | 41 | 314 | 34 | 124 | 0 | 24 | 430 | 110 | 56 |
| Binary | 10010010 | 100001 | 11001100 | 11100 | 1010100 | 0 | 10100 | 100011000 | 1001000 | 101110 |
Color Harmonies of #9221CC
Complementary color
Monochromatic Colors of #9221CC
Black with #9221CC
Text Example
Text Example
White with #9221CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9221CC; }
p { color: rgb(146,33,204); }
H1.HeaderClassName
{
color: #9221CC;
}
.AnyTagClassName
{
color: #9221CC;
}
</style>
background-color css
<style>
a { background-color: #9221CC; }
a { background-color: rgb(146,33,204); }
div.DivClassName
{
background-color: #9221CC;
}
.BgClassName
{
background-color: #9221CC;
}
</style>
border-color css
<style>
span { border-color: #9221CC; }
span { border-color: rgb(146,33,204); }
td.TdClassName
{
border-color: #9221CC;
}
.TagClassName
{
border-color: #9221CC;
}
</style>