Shades of Dark Orchid #982AD9
Tints of Dark Orchid #982AD9
RGB
CMYK
RGB Variations
Color information
#982AD9 (or 0x982AD9) is known color: Dark Orchid. HEX triplet: 98, 2A and D9. RGB value is (152,42,217). Sum of RGB (Red+Green+Blue) = 152+42+217=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 217 (85.16% from 255 or 52.80% from 411); Max value from RGB is 217 - color contains mainly: blue. Hex color #982AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982AD9 is #67D526. Grayscale: #5E5E5E. Windows color (decimal): -6804775 or 14232216. OLE color: 14232216.
HSL color Cylindrical-coordinate representation of color #982AD9: hue angle of 277.71º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982AD9 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 42 | 217 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.15 |
| HSL | 277.71º | 0.7% | 0.51% | - |
| HSV(B) | 277.71º | 0.81% | 0.85% | - |
| XYZ | 26.3 | 13.34 | 66.83 | - |
| YUV | 94.84 | 196.94 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 217 | 0.30 | 0.81 | 0 | 0.15 | 277.71 | 0.7 | 0.51 |
| Hex | 98 | 2A | D9 | 1E | 51 | 0 | F | 116 | 46 | 33 |
| Octal | 230 | 52 | 331 | 36 | 121 | 0 | 17 | 426 | 106 | 63 |
| Binary | 10011000 | 101010 | 11011001 | 11110 | 1010001 | 0 | 1111 | 100010110 | 1000110 | 110011 |
Color Harmonies of #982AD9
Complementary color
Monochromatic Colors of #982AD9
Black with #982AD9
Text Example
Text Example
White with #982AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982AD9; }
p { color: rgb(152,42,217); }
H1.HeaderClassName
{
color: #982AD9;
}
.AnyTagClassName
{
color: #982AD9;
}
</style>
background-color css
<style>
a { background-color: #982AD9; }
a { background-color: rgb(152,42,217); }
div.DivClassName
{
background-color: #982AD9;
}
.BgClassName
{
background-color: #982AD9;
}
</style>
border-color css
<style>
span { border-color: #982AD9; }
span { border-color: rgb(152,42,217); }
td.TdClassName
{
border-color: #982AD9;
}
.TagClassName
{
border-color: #982AD9;
}
</style>