Shades of Dark Orchid #981DB1
Tints of Dark Orchid #981DB1
RGB
CMYK
RGB Variations
Color information
#981DB1 (or 0x981DB1) is known color: Dark Orchid. HEX triplet: 98, 1D and B1. RGB value is (152,29,177). Sum of RGB (Red+Green+Blue) = 152+29+177=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #981DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981DB1 is #67E24E. Grayscale: #525252. Windows color (decimal): -6808143 or 11607448. OLE color: 11607448.
HSL color Cylindrical-coordinate representation of color #981DB1: hue angle of 289.86º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981DB1 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 29 | 177 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.31 |
| HSL | 289.86º | 0.72% | 0.4% | - |
| HSV(B) | 289.86º | 0.84% | 0.69% | - |
| XYZ | 21.32 | 10.73 | 42.54 | - |
| YUV | 82.65 | 181.25 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 177 | 0.14 | 0.84 | 0 | 0.31 | 289.86 | 0.72 | 0.4 |
| Hex | 98 | 1D | B1 | E | 54 | 0 | 1F | 122 | 48 | 28 |
| Octal | 230 | 35 | 261 | 16 | 124 | 0 | 37 | 442 | 110 | 50 |
| Binary | 10011000 | 11101 | 10110001 | 1110 | 1010100 | 0 | 11111 | 100100010 | 1001000 | 101000 |
Color Harmonies of #981DB1
Complementary color
Monochromatic Colors of #981DB1
Black with #981DB1
Text Example
Text Example
White with #981DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981DB1; }
p { color: rgb(152,29,177); }
H1.HeaderClassName
{
color: #981DB1;
}
.AnyTagClassName
{
color: #981DB1;
}
</style>
background-color css
<style>
a { background-color: #981DB1; }
a { background-color: rgb(152,29,177); }
div.DivClassName
{
background-color: #981DB1;
}
.BgClassName
{
background-color: #981DB1;
}
</style>
border-color css
<style>
span { border-color: #981DB1; }
span { border-color: rgb(152,29,177); }
td.TdClassName
{
border-color: #981DB1;
}
.TagClassName
{
border-color: #981DB1;
}
</style>