Shades of Dark Orchid #981DD0
Tints of Dark Orchid #981DD0
RGB
CMYK
RGB Variations
Color information
#981DD0 (or 0x981DD0) is known color: Dark Orchid. HEX triplet: 98, 1D and D0. RGB value is (152,29,208). Sum of RGB (Red+Green+Blue) = 152+29+208=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #981DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981DD0 is #67E22F. Grayscale: #555555. Windows color (decimal): -6808112 or 13639064. OLE color: 13639064.
HSL color Cylindrical-coordinate representation of color #981DD0: hue angle of 281.23º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981DD0 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 29 | 208 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.18 |
| HSL | 281.23º | 0.76% | 0.46% | - |
| HSV(B) | 281.23º | 0.86% | 0.82% | - |
| XYZ | 24.77 | 12.11 | 60.71 | - |
| YUV | 86.18 | 196.75 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 208 | 0.27 | 0.86 | 0 | 0.18 | 281.23 | 0.76 | 0.46 |
| Hex | 98 | 1D | D0 | 1B | 56 | 0 | 12 | 119 | 4C | 2E |
| Octal | 230 | 35 | 320 | 33 | 126 | 0 | 22 | 431 | 114 | 56 |
| Binary | 10011000 | 11101 | 11010000 | 11011 | 1010110 | 0 | 10010 | 100011001 | 1001100 | 101110 |
Color Harmonies of #981DD0
Complementary color
Monochromatic Colors of #981DD0
Black with #981DD0
Text Example
Text Example
White with #981DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981DD0; }
p { color: rgb(152,29,208); }
H1.HeaderClassName
{
color: #981DD0;
}
.AnyTagClassName
{
color: #981DD0;
}
</style>
background-color css
<style>
a { background-color: #981DD0; }
a { background-color: rgb(152,29,208); }
div.DivClassName
{
background-color: #981DD0;
}
.BgClassName
{
background-color: #981DD0;
}
</style>
border-color css
<style>
span { border-color: #981DD0; }
span { border-color: rgb(152,29,208); }
td.TdClassName
{
border-color: #981DD0;
}
.TagClassName
{
border-color: #981DD0;
}
</style>