Shades of Dark Orchid #9820D0
Tints of Dark Orchid #9820D0
RGB
CMYK
RGB Variations
Color information
#9820D0 (or 0x9820D0) is known color: Dark Orchid. HEX triplet: 98, 20 and D0. RGB value is (152,32,208). Sum of RGB (Red+Green+Blue) = 152+32+208=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #9820D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9820D0 is #67DF2F. Grayscale: #575757. Windows color (decimal): -6807344 or 13639832. OLE color: 13639832.
HSL color Cylindrical-coordinate representation of color #9820D0: hue angle of 280.91º 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 #9820D0 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 32 | 208 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.18 |
| HSL | 280.91º | 0.73% | 0.47% | - |
| HSV(B) | 280.91º | 0.85% | 0.82% | - |
| XYZ | 24.85 | 12.26 | 60.73 | - |
| YUV | 87.94 | 195.76 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 208 | 0.27 | 0.85 | 0 | 0.18 | 280.91 | 0.73 | 0.47 |
| Hex | 98 | 20 | D0 | 1B | 55 | 0 | 12 | 119 | 49 | 2F |
| Octal | 230 | 40 | 320 | 33 | 125 | 0 | 22 | 431 | 111 | 57 |
| Binary | 10011000 | 100000 | 11010000 | 11011 | 1010101 | 0 | 10010 | 100011001 | 1001001 | 101111 |
Color Harmonies of #9820D0
Complementary color
Monochromatic Colors of #9820D0
Black with #9820D0
Text Example
Text Example
White with #9820D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9820D0; }
p { color: rgb(152,32,208); }
H1.HeaderClassName
{
color: #9820D0;
}
.AnyTagClassName
{
color: #9820D0;
}
</style>
background-color css
<style>
a { background-color: #9820D0; }
a { background-color: rgb(152,32,208); }
div.DivClassName
{
background-color: #9820D0;
}
.BgClassName
{
background-color: #9820D0;
}
</style>
border-color css
<style>
span { border-color: #9820D0; }
span { border-color: rgb(152,32,208); }
td.TdClassName
{
border-color: #9820D0;
}
.TagClassName
{
border-color: #9820D0;
}
</style>