Shades of Dark Orchid #9820CA
Tints of Dark Orchid #9820CA
RGB
CMYK
RGB Variations
Color information
#9820CA (or 0x9820CA) is known color: Dark Orchid. HEX triplet: 98, 20 and CA. RGB value is (152,32,202). Sum of RGB (Red+Green+Blue) = 152+32+202=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #9820CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9820CA is #67DF35. Grayscale: #565656. Windows color (decimal): -6807350 or 13246616. OLE color: 13246616.
HSL color Cylindrical-coordinate representation of color #9820CA: hue angle of 282.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9820CA is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 32 | 202 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.21 |
| HSL | 282.35º | 0.73% | 0.46% | - |
| HSV(B) | 282.35º | 0.84% | 0.79% | - |
| XYZ | 24.13 | 11.97 | 56.92 | - |
| YUV | 87.26 | 192.76 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 202 | 0.25 | 0.84 | 0 | 0.21 | 282.35 | 0.73 | 0.46 |
| Hex | 98 | 20 | CA | 19 | 54 | 0 | 15 | 11A | 49 | 2E |
| Octal | 230 | 40 | 312 | 31 | 124 | 0 | 25 | 432 | 111 | 56 |
| Binary | 10011000 | 100000 | 11001010 | 11001 | 1010100 | 0 | 10101 | 100011010 | 1001001 | 101110 |
Color Harmonies of #9820CA
Complementary color
Monochromatic Colors of #9820CA
Black with #9820CA
Text Example
Text Example
White with #9820CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9820CA; }
p { color: rgb(152,32,202); }
H1.HeaderClassName
{
color: #9820CA;
}
.AnyTagClassName
{
color: #9820CA;
}
</style>
background-color css
<style>
a { background-color: #9820CA; }
a { background-color: rgb(152,32,202); }
div.DivClassName
{
background-color: #9820CA;
}
.BgClassName
{
background-color: #9820CA;
}
</style>
border-color css
<style>
span { border-color: #9820CA; }
span { border-color: rgb(152,32,202); }
td.TdClassName
{
border-color: #9820CA;
}
.TagClassName
{
border-color: #9820CA;
}
</style>