Shades of Dark Orchid #9321CC
Tints of Dark Orchid #9321CC
RGB
CMYK
RGB Variations
Color information
#9321CC (or 0x9321CC) is known color: Dark Orchid. HEX triplet: 93, 21 and CC. RGB value is (147,33,204). Sum of RGB (Red+Green+Blue) = 147+33+204=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #9321CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9321CC is #6CDE33. Grayscale: #565656. Windows color (decimal): -7134772 or 13377939. OLE color: 13377939.
HSL color Cylindrical-coordinate representation of color #9321CC: hue angle of 280º 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 #9321CC is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 33 | 204 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.2 |
| HSL | 280º | 0.72% | 0.46% | - |
| HSV(B) | 280º | 0.84% | 0.8% | - |
| XYZ | 23.48 | 11.65 | 58.14 | - |
| YUV | 86.58 | 194.27 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 33 | 204 | 0.28 | 0.84 | 0 | 0.2 | 280 | 0.72 | 0.46 |
| Hex | 93 | 21 | CC | 1C | 54 | 0 | 14 | 118 | 48 | 2E |
| Octal | 223 | 41 | 314 | 34 | 124 | 0 | 24 | 430 | 110 | 56 |
| Binary | 10010011 | 100001 | 11001100 | 11100 | 1010100 | 0 | 10100 | 100011000 | 1001000 | 101110 |
Color Harmonies of #9321CC
Complementary color
Monochromatic Colors of #9321CC
Black with #9321CC
Text Example
Text Example
White with #9321CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9321CC; }
p { color: rgb(147,33,204); }
H1.HeaderClassName
{
color: #9321CC;
}
.AnyTagClassName
{
color: #9321CC;
}
</style>
background-color css
<style>
a { background-color: #9321CC; }
a { background-color: rgb(147,33,204); }
div.DivClassName
{
background-color: #9321CC;
}
.BgClassName
{
background-color: #9321CC;
}
</style>
border-color css
<style>
span { border-color: #9321CC; }
span { border-color: rgb(147,33,204); }
td.TdClassName
{
border-color: #9321CC;
}
.TagClassName
{
border-color: #9321CC;
}
</style>