Shades of Dark Orchid #9820CF
Tints of Dark Orchid #9820CF
RGB
CMYK
RGB Variations
Color information
#9820CF (or 0x9820CF) is known color: Dark Orchid. HEX triplet: 98, 20 and CF. RGB value is (152,32,207). Sum of RGB (Red+Green+Blue) = 152+32+207=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #9820CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9820CF is #67DF30. Grayscale: #575757. Windows color (decimal): -6807345 or 13574296. OLE color: 13574296.
HSL color Cylindrical-coordinate representation of color #9820CF: hue angle of 281.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9820CF is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 32 | 207 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.19 |
| HSL | 281.14º | 0.73% | 0.47% | - |
| HSV(B) | 281.14º | 0.85% | 0.81% | - |
| XYZ | 24.73 | 12.21 | 60.09 | - |
| YUV | 87.83 | 195.26 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 207 | 0.27 | 0.85 | 0 | 0.19 | 281.14 | 0.73 | 0.47 |
| Hex | 98 | 20 | CF | 1B | 55 | 0 | 13 | 119 | 49 | 2F |
| Octal | 230 | 40 | 317 | 33 | 125 | 0 | 23 | 431 | 111 | 57 |
| Binary | 10011000 | 100000 | 11001111 | 11011 | 1010101 | 0 | 10011 | 100011001 | 1001001 | 101111 |
Color Harmonies of #9820CF
Complementary color
Monochromatic Colors of #9820CF
Black with #9820CF
Text Example
Text Example
White with #9820CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9820CF; }
p { color: rgb(152,32,207); }
H1.HeaderClassName
{
color: #9820CF;
}
.AnyTagClassName
{
color: #9820CF;
}
</style>
background-color css
<style>
a { background-color: #9820CF; }
a { background-color: rgb(152,32,207); }
div.DivClassName
{
background-color: #9820CF;
}
.BgClassName
{
background-color: #9820CF;
}
</style>
border-color css
<style>
span { border-color: #9820CF; }
span { border-color: rgb(152,32,207); }
td.TdClassName
{
border-color: #9820CF;
}
.TagClassName
{
border-color: #9820CF;
}
</style>