Shades of Dark Orchid #982CB9
Tints of Dark Orchid #982CB9
RGB
CMYK
RGB Variations
Color information
#982CB9 (or 0x982CB9) is known color: Dark Orchid. HEX triplet: 98, 2C and B9. RGB value is (152,44,185). Sum of RGB (Red+Green+Blue) = 152+44+185=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #982CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982CB9 is #67D346. Grayscale: #5B5B5B. Windows color (decimal): -6804295 or 12135576. OLE color: 12135576.
HSL color Cylindrical-coordinate representation of color #982CB9: hue angle of 285.96º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982CB9 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 44 | 185 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.27 |
| HSL | 285.96º | 0.62% | 0.45% | - |
| HSV(B) | 285.96º | 0.76% | 0.73% | - |
| XYZ | 22.61 | 11.98 | 47.02 | - |
| YUV | 92.37 | 180.28 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 185 | 0.18 | 0.76 | 0 | 0.27 | 285.96 | 0.62 | 0.45 |
| Hex | 98 | 2C | B9 | 12 | 4C | 0 | 1B | 11E | 3E | 2D |
| Octal | 230 | 54 | 271 | 22 | 114 | 0 | 33 | 436 | 76 | 55 |
| Binary | 10011000 | 101100 | 10111001 | 10010 | 1001100 | 0 | 11011 | 100011110 | 111110 | 101101 |
Color Harmonies of #982CB9
Complementary color
Monochromatic Colors of #982CB9
Black with #982CB9
Text Example
Text Example
White with #982CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982CB9; }
p { color: rgb(152,44,185); }
H1.HeaderClassName
{
color: #982CB9;
}
.AnyTagClassName
{
color: #982CB9;
}
</style>
background-color css
<style>
a { background-color: #982CB9; }
a { background-color: rgb(152,44,185); }
div.DivClassName
{
background-color: #982CB9;
}
.BgClassName
{
background-color: #982CB9;
}
</style>
border-color css
<style>
span { border-color: #982CB9; }
span { border-color: rgb(152,44,185); }
td.TdClassName
{
border-color: #982CB9;
}
.TagClassName
{
border-color: #982CB9;
}
</style>