Shades of Dark Orchid #9320D0
Tints of Dark Orchid #9320D0
RGB
CMYK
RGB Variations
Color information
#9320D0 (or 0x9320D0) is known color: Dark Orchid. HEX triplet: 93, 20 and D0. RGB value is (147,32,208). Sum of RGB (Red+Green+Blue) = 147+32+208=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #9320D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9320D0 is #6CDF2F. Grayscale: #555555. Windows color (decimal): -7135024 or 13639827. OLE color: 13639827.
HSL color Cylindrical-coordinate representation of color #9320D0: hue angle of 279.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9320D0 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 32 | 208 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.18 |
| HSL | 279.2º | 0.73% | 0.47% | - |
| HSV(B) | 279.2º | 0.85% | 0.82% | - |
| XYZ | 23.93 | 11.79 | 60.69 | - |
| YUV | 86.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 208 | 0.29 | 0.85 | 0 | 0.18 | 279.2 | 0.73 | 0.47 |
| Hex | 93 | 20 | D0 | 1D | 55 | 0 | 12 | 117 | 49 | 2F |
| Octal | 223 | 40 | 320 | 35 | 125 | 0 | 22 | 427 | 111 | 57 |
| Binary | 10010011 | 100000 | 11010000 | 11101 | 1010101 | 0 | 10010 | 100010111 | 1001001 | 101111 |
Color Harmonies of #9320D0
Complementary color
Monochromatic Colors of #9320D0
Black with #9320D0
Text Example
Text Example
White with #9320D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9320D0; }
p { color: rgb(147,32,208); }
H1.HeaderClassName
{
color: #9320D0;
}
.AnyTagClassName
{
color: #9320D0;
}
</style>
background-color css
<style>
a { background-color: #9320D0; }
a { background-color: rgb(147,32,208); }
div.DivClassName
{
background-color: #9320D0;
}
.BgClassName
{
background-color: #9320D0;
}
</style>
border-color css
<style>
span { border-color: #9320D0; }
span { border-color: rgb(147,32,208); }
td.TdClassName
{
border-color: #9320D0;
}
.TagClassName
{
border-color: #9320D0;
}
</style>