Shades of Dark Orchid #982EC9
Tints of Dark Orchid #982EC9
RGB
CMYK
RGB Variations
Color information
#982EC9 (or 0x982EC9) is known color: Dark Orchid. HEX triplet: 98, 2E and C9. RGB value is (152,46,201). Sum of RGB (Red+Green+Blue) = 152+46+201=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #982EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982EC9 is #67D136. Grayscale: #5E5E5E. Windows color (decimal): -6803767 or 13184664. OLE color: 13184664.
HSL color Cylindrical-coordinate representation of color #982EC9: hue angle of 281.03º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982EC9 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 46 | 201 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.21 |
| HSL | 281.03º | 0.63% | 0.48% | - |
| HSV(B) | 281.03º | 0.77% | 0.79% | - |
| XYZ | 24.47 | 12.85 | 56.45 | - |
| YUV | 95.36 | 187.62 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 46 | 201 | 0.24 | 0.77 | 0 | 0.21 | 281.03 | 0.63 | 0.48 |
| Hex | 98 | 2E | C9 | 18 | 4D | 0 | 15 | 119 | 3F | 30 |
| Octal | 230 | 56 | 311 | 30 | 115 | 0 | 25 | 431 | 77 | 60 |
| Binary | 10011000 | 101110 | 11001001 | 11000 | 1001101 | 0 | 10101 | 100011001 | 111111 | 110000 |
Color Harmonies of #982EC9
Complementary color
Monochromatic Colors of #982EC9
Black with #982EC9
Text Example
Text Example
White with #982EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982EC9; }
p { color: rgb(152,46,201); }
H1.HeaderClassName
{
color: #982EC9;
}
.AnyTagClassName
{
color: #982EC9;
}
</style>
background-color css
<style>
a { background-color: #982EC9; }
a { background-color: rgb(152,46,201); }
div.DivClassName
{
background-color: #982EC9;
}
.BgClassName
{
background-color: #982EC9;
}
</style>
border-color css
<style>
span { border-color: #982EC9; }
span { border-color: rgb(152,46,201); }
td.TdClassName
{
border-color: #982EC9;
}
.TagClassName
{
border-color: #982EC9;
}
</style>