Shades of Dark Orchid #9820CD
Tints of Dark Orchid #9820CD
RGB
CMYK
RGB Variations
Color information
#9820CD (or 0x9820CD) is known color: Dark Orchid. HEX triplet: 98, 20 and CD. RGB value is (152,32,205). Sum of RGB (Red+Green+Blue) = 152+32+205=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #9820CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9820CD is #67DF32. Grayscale: #575757. Windows color (decimal): -6807347 or 13443224. OLE color: 13443224.
HSL color Cylindrical-coordinate representation of color #9820CD: hue angle of 281.62º degrees, saturation: 0.73, 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 #9820CD is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 32 | 205 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.20 |
| HSL | 281.62º | 0.73% | 0.46% | - |
| HSV(B) | 281.62º | 0.84% | 0.8% | - |
| XYZ | 24.48 | 12.12 | 58.81 | - |
| YUV | 87.6 | 194.26 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 205 | 0.26 | 0.84 | 0 | 0.20 | 281.62 | 0.73 | 0.46 |
| Hex | 98 | 20 | CD | 1A | 54 | 0 | 14 | 11A | 49 | 2E |
| Octal | 230 | 40 | 315 | 32 | 124 | 0 | 24 | 432 | 111 | 56 |
| Binary | 10011000 | 100000 | 11001101 | 11010 | 1010100 | 0 | 10100 | 100011010 | 1001001 | 101110 |
Color Harmonies of #9820CD
Complementary color
Monochromatic Colors of #9820CD
Black with #9820CD
Text Example
Text Example
White with #9820CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9820CD; }
p { color: rgb(152,32,205); }
H1.HeaderClassName
{
color: #9820CD;
}
.AnyTagClassName
{
color: #9820CD;
}
</style>
background-color css
<style>
a { background-color: #9820CD; }
a { background-color: rgb(152,32,205); }
div.DivClassName
{
background-color: #9820CD;
}
.BgClassName
{
background-color: #9820CD;
}
</style>
border-color css
<style>
span { border-color: #9820CD; }
span { border-color: rgb(152,32,205); }
td.TdClassName
{
border-color: #9820CD;
}
.TagClassName
{
border-color: #9820CD;
}
</style>