Shades of Dark Orchid #982CBA
Tints of Dark Orchid #982CBA
RGB
CMYK
RGB Variations
Color information
#982CBA (or 0x982CBA) is known color: Dark Orchid. HEX triplet: 98, 2C and BA. RGB value is (152,44,186). Sum of RGB (Red+Green+Blue) = 152+44+186=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #982CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982CBA is #67D345. Grayscale: #5C5C5C. Windows color (decimal): -6804294 or 12201112. OLE color: 12201112.
HSL color Cylindrical-coordinate representation of color #982CBA: hue angle of 285.63º 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 #982CBA is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 44 | 186 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.27 |
| HSL | 285.63º | 0.62% | 0.45% | - |
| HSV(B) | 285.63º | 0.76% | 0.73% | - |
| XYZ | 22.71 | 12.02 | 47.58 | - |
| YUV | 92.48 | 180.78 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 186 | 0.18 | 0.76 | 0 | 0.27 | 285.63 | 0.62 | 0.45 |
| Hex | 98 | 2C | BA | 12 | 4C | 0 | 1B | 11E | 3E | 2D |
| Octal | 230 | 54 | 272 | 22 | 114 | 0 | 33 | 436 | 76 | 55 |
| Binary | 10011000 | 101100 | 10111010 | 10010 | 1001100 | 0 | 11011 | 100011110 | 111110 | 101101 |
Color Harmonies of #982CBA
Complementary color
Monochromatic Colors of #982CBA
Black with #982CBA
Text Example
Text Example
White with #982CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982CBA; }
p { color: rgb(152,44,186); }
H1.HeaderClassName
{
color: #982CBA;
}
.AnyTagClassName
{
color: #982CBA;
}
</style>
background-color css
<style>
a { background-color: #982CBA; }
a { background-color: rgb(152,44,186); }
div.DivClassName
{
background-color: #982CBA;
}
.BgClassName
{
background-color: #982CBA;
}
</style>
border-color css
<style>
span { border-color: #982CBA; }
span { border-color: rgb(152,44,186); }
td.TdClassName
{
border-color: #982CBA;
}
.TagClassName
{
border-color: #982CBA;
}
</style>