Shades of Dark Orchid #9321CE
Tints of Dark Orchid #9321CE
RGB
CMYK
RGB Variations
Color information
#9321CE (or 0x9321CE) is known color: Dark Orchid. HEX triplet: 93, 21 and CE. RGB value is (147,33,206). Sum of RGB (Red+Green+Blue) = 147+33+206=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #9321CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9321CE is #6CDE31. Grayscale: #565656. Windows color (decimal): -7134770 or 13509011. OLE color: 13509011.
HSL color Cylindrical-coordinate representation of color #9321CE: hue angle of 279.54º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9321CE is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 33 | 206 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.19 |
| HSL | 279.54º | 0.72% | 0.47% | - |
| HSV(B) | 279.54º | 0.84% | 0.81% | - |
| XYZ | 23.72 | 11.75 | 59.41 | - |
| YUV | 86.81 | 195.27 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 33 | 206 | 0.29 | 0.84 | 0 | 0.19 | 279.54 | 0.72 | 0.47 |
| Hex | 93 | 21 | CE | 1D | 54 | 0 | 13 | 118 | 48 | 2F |
| Octal | 223 | 41 | 316 | 35 | 124 | 0 | 23 | 430 | 110 | 57 |
| Binary | 10010011 | 100001 | 11001110 | 11101 | 1010100 | 0 | 10011 | 100011000 | 1001000 | 101111 |
Color Harmonies of #9321CE
Complementary color
Monochromatic Colors of #9321CE
Black with #9321CE
Text Example
Text Example
White with #9321CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9321CE; }
p { color: rgb(147,33,206); }
H1.HeaderClassName
{
color: #9321CE;
}
.AnyTagClassName
{
color: #9321CE;
}
</style>
background-color css
<style>
a { background-color: #9321CE; }
a { background-color: rgb(147,33,206); }
div.DivClassName
{
background-color: #9321CE;
}
.BgClassName
{
background-color: #9321CE;
}
</style>
border-color css
<style>
span { border-color: #9321CE; }
span { border-color: rgb(147,33,206); }
td.TdClassName
{
border-color: #9321CE;
}
.TagClassName
{
border-color: #9321CE;
}
</style>