Shades of Dark Orchid #9320C9
Tints of Dark Orchid #9320C9
RGB
CMYK
RGB Variations
Color information
#9320C9 (or 0x9320C9) is known color: Dark Orchid. HEX triplet: 93, 20 and C9. RGB value is (147,32,201). Sum of RGB (Red+Green+Blue) = 147+32+201=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #9320C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9320C9 is #6CDF36. Grayscale: #555555. Windows color (decimal): -7135031 or 13181075. OLE color: 13181075.
HSL color Cylindrical-coordinate representation of color #9320C9: hue angle of 280.83º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9320C9 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 32 | 201 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.21 |
| HSL | 280.83º | 0.73% | 0.46% | - |
| HSV(B) | 280.83º | 0.84% | 0.79% | - |
| XYZ | 23.09 | 11.45 | 56.25 | - |
| YUV | 85.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 201 | 0.27 | 0.84 | 0 | 0.21 | 280.83 | 0.73 | 0.46 |
| Hex | 93 | 20 | C9 | 1B | 54 | 0 | 15 | 119 | 49 | 2E |
| Octal | 223 | 40 | 311 | 33 | 124 | 0 | 25 | 431 | 111 | 56 |
| Binary | 10010011 | 100000 | 11001001 | 11011 | 1010100 | 0 | 10101 | 100011001 | 1001001 | 101110 |
Color Harmonies of #9320C9
Complementary color
Monochromatic Colors of #9320C9
Black with #9320C9
Text Example
Text Example
White with #9320C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9320C9; }
p { color: rgb(147,32,201); }
H1.HeaderClassName
{
color: #9320C9;
}
.AnyTagClassName
{
color: #9320C9;
}
</style>
background-color css
<style>
a { background-color: #9320C9; }
a { background-color: rgb(147,32,201); }
div.DivClassName
{
background-color: #9320C9;
}
.BgClassName
{
background-color: #9320C9;
}
</style>
border-color css
<style>
span { border-color: #9320C9; }
span { border-color: rgb(147,32,201); }
td.TdClassName
{
border-color: #9320C9;
}
.TagClassName
{
border-color: #9320C9;
}
</style>