Shades of Dark Orchid #981DCD
Tints of Dark Orchid #981DCD
RGB
CMYK
RGB Variations
Color information
#981DCD (or 0x981DCD) is known color: Dark Orchid. HEX triplet: 98, 1D and CD. RGB value is (152,29,205). Sum of RGB (Red+Green+Blue) = 152+29+205=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #981DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981DCD is #67E232. Grayscale: #555555. Windows color (decimal): -6808115 or 13442456. OLE color: 13442456.
HSL color Cylindrical-coordinate representation of color #981DCD: hue angle of 281.93º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981DCD is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 29 | 205 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.20 |
| HSL | 281.93º | 0.75% | 0.46% | - |
| HSV(B) | 281.93º | 0.86% | 0.8% | - |
| XYZ | 24.41 | 11.96 | 58.78 | - |
| YUV | 85.84 | 195.25 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 205 | 0.26 | 0.86 | 0 | 0.20 | 281.93 | 0.75 | 0.46 |
| Hex | 98 | 1D | CD | 1A | 56 | 0 | 14 | 11A | 4B | 2E |
| Octal | 230 | 35 | 315 | 32 | 126 | 0 | 24 | 432 | 113 | 56 |
| Binary | 10011000 | 11101 | 11001101 | 11010 | 1010110 | 0 | 10100 | 100011010 | 1001011 | 101110 |
Color Harmonies of #981DCD
Complementary color
Monochromatic Colors of #981DCD
Black with #981DCD
Text Example
Text Example
White with #981DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981DCD; }
p { color: rgb(152,29,205); }
H1.HeaderClassName
{
color: #981DCD;
}
.AnyTagClassName
{
color: #981DCD;
}
</style>
background-color css
<style>
a { background-color: #981DCD; }
a { background-color: rgb(152,29,205); }
div.DivClassName
{
background-color: #981DCD;
}
.BgClassName
{
background-color: #981DCD;
}
</style>
border-color css
<style>
span { border-color: #981DCD; }
span { border-color: rgb(152,29,205); }
td.TdClassName
{
border-color: #981DCD;
}
.TagClassName
{
border-color: #981DCD;
}
</style>