Shades of Dark Orchid #9820D5
Tints of Dark Orchid #9820D5
RGB
CMYK
RGB Variations
Color information
#9820D5 (or 0x9820D5) is known color: Dark Orchid. HEX triplet: 98, 20 and D5. RGB value is (152,32,213). Sum of RGB (Red+Green+Blue) = 152+32+213=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 213 (83.59% from 255 or 53.65% from 397); Max value from RGB is 213 - color contains mainly: blue. Hex color #9820D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9820D5 is #67DF2A. Grayscale: #575757. Windows color (decimal): -6807339 or 13967512. OLE color: 13967512.
HSL color Cylindrical-coordinate representation of color #9820D5: hue angle of 279.78º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9820D5 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 32 | 213 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.16 |
| HSL | 279.78º | 0.74% | 0.48% | - |
| HSV(B) | 279.78º | 0.85% | 0.84% | - |
| XYZ | 25.48 | 12.51 | 64.02 | - |
| YUV | 88.51 | 198.26 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 213 | 0.29 | 0.85 | 0 | 0.16 | 279.78 | 0.74 | 0.48 |
| Hex | 98 | 20 | D5 | 1D | 55 | 0 | 10 | 118 | 4A | 30 |
| Octal | 230 | 40 | 325 | 35 | 125 | 0 | 20 | 430 | 112 | 60 |
| Binary | 10011000 | 100000 | 11010101 | 11101 | 1010101 | 0 | 10000 | 100011000 | 1001010 | 110000 |
Color Harmonies of #9820D5
Complementary color
Monochromatic Colors of #9820D5
Black with #9820D5
Text Example
Text Example
White with #9820D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9820D5; }
p { color: rgb(152,32,213); }
H1.HeaderClassName
{
color: #9820D5;
}
.AnyTagClassName
{
color: #9820D5;
}
</style>
background-color css
<style>
a { background-color: #9820D5; }
a { background-color: rgb(152,32,213); }
div.DivClassName
{
background-color: #9820D5;
}
.BgClassName
{
background-color: #9820D5;
}
</style>
border-color css
<style>
span { border-color: #9820D5; }
span { border-color: rgb(152,32,213); }
td.TdClassName
{
border-color: #9820D5;
}
.TagClassName
{
border-color: #9820D5;
}
</style>