Shades of Dark Orchid #9322CD
Tints of Dark Orchid #9322CD
RGB
CMYK
RGB Variations
Color information
#9322CD (or 0x9322CD) is known color: Dark Orchid. HEX triplet: 93, 22 and CD. RGB value is (147,34,205). Sum of RGB (Red+Green+Blue) = 147+34+205=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #9322CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9322CD is #6CDD32. Grayscale: #565656. Windows color (decimal): -7134515 or 13443731. OLE color: 13443731.
HSL color Cylindrical-coordinate representation of color #9322CD: hue angle of 279.65º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9322CD is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 34 | 205 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.20 |
| HSL | 279.65º | 0.72% | 0.47% | - |
| HSV(B) | 279.65º | 0.83% | 0.8% | - |
| XYZ | 23.62 | 11.75 | 58.78 | - |
| YUV | 87.28 | 194.44 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 205 | 0.28 | 0.83 | 0 | 0.20 | 279.65 | 0.72 | 0.47 |
| Hex | 93 | 22 | CD | 1C | 53 | 0 | 14 | 118 | 48 | 2F |
| Octal | 223 | 42 | 315 | 34 | 123 | 0 | 24 | 430 | 110 | 57 |
| Binary | 10010011 | 100010 | 11001101 | 11100 | 1010011 | 0 | 10100 | 100011000 | 1001000 | 101111 |
Color Harmonies of #9322CD
Complementary color
Monochromatic Colors of #9322CD
Black with #9322CD
Text Example
Text Example
White with #9322CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9322CD; }
p { color: rgb(147,34,205); }
H1.HeaderClassName
{
color: #9322CD;
}
.AnyTagClassName
{
color: #9322CD;
}
</style>
background-color css
<style>
a { background-color: #9322CD; }
a { background-color: rgb(147,34,205); }
div.DivClassName
{
background-color: #9322CD;
}
.BgClassName
{
background-color: #9322CD;
}
</style>
border-color css
<style>
span { border-color: #9322CD; }
span { border-color: rgb(147,34,205); }
td.TdClassName
{
border-color: #9322CD;
}
.TagClassName
{
border-color: #9322CD;
}
</style>