Shades of Dark Orchid #982DD0
Tints of Dark Orchid #982DD0
RGB
CMYK
RGB Variations
Color information
#982DD0 (or 0x982DD0) is known color: Dark Orchid. HEX triplet: 98, 2D and D0. RGB value is (152,45,208). Sum of RGB (Red+Green+Blue) = 152+45+208=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #982DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DD0 is #67D22F. Grayscale: #5F5F5F. Windows color (decimal): -6804016 or 13643160. OLE color: 13643160.
HSL color Cylindrical-coordinate representation of color #982DD0: hue angle of 279.39º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982DD0 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 45 | 208 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.18 |
| HSL | 279.39º | 0.64% | 0.5% | - |
| HSV(B) | 279.39º | 0.78% | 0.82% | - |
| XYZ | 25.27 | 13.11 | 60.87 | - |
| YUV | 95.58 | 191.45 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 208 | 0.27 | 0.78 | 0 | 0.18 | 279.39 | 0.64 | 0.5 |
| Hex | 98 | 2D | D0 | 1B | 4E | 0 | 12 | 117 | 40 | 32 |
| Octal | 230 | 55 | 320 | 33 | 116 | 0 | 22 | 427 | 100 | 62 |
| Binary | 10011000 | 101101 | 11010000 | 11011 | 1001110 | 0 | 10010 | 100010111 | 1000000 | 110010 |
Color Harmonies of #982DD0
Complementary color
Monochromatic Colors of #982DD0
Black with #982DD0
Text Example
Text Example
White with #982DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DD0; }
p { color: rgb(152,45,208); }
H1.HeaderClassName
{
color: #982DD0;
}
.AnyTagClassName
{
color: #982DD0;
}
</style>
background-color css
<style>
a { background-color: #982DD0; }
a { background-color: rgb(152,45,208); }
div.DivClassName
{
background-color: #982DD0;
}
.BgClassName
{
background-color: #982DD0;
}
</style>
border-color css
<style>
span { border-color: #982DD0; }
span { border-color: rgb(152,45,208); }
td.TdClassName
{
border-color: #982DD0;
}
.TagClassName
{
border-color: #982DD0;
}
</style>