Shades of Dark Orchid #981DB4
Tints of Dark Orchid #981DB4
RGB
CMYK
RGB Variations
Color information
#981DB4 (or 0x981DB4) is known color: Dark Orchid. HEX triplet: 98, 1D and B4. RGB value is (152,29,180). Sum of RGB (Red+Green+Blue) = 152+29+180=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #981DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981DB4 is #67E24B. Grayscale: #525252. Windows color (decimal): -6808140 or 11804056. OLE color: 11804056.
HSL color Cylindrical-coordinate representation of color #981DB4: hue angle of 288.87º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981DB4 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 29 | 180 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.29 |
| HSL | 288.87º | 0.72% | 0.41% | - |
| HSV(B) | 288.87º | 0.84% | 0.71% | - |
| XYZ | 21.63 | 10.85 | 44.13 | - |
| YUV | 82.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 180 | 0.16 | 0.84 | 0 | 0.29 | 288.87 | 0.72 | 0.41 |
| Hex | 98 | 1D | B4 | 10 | 54 | 0 | 1D | 121 | 48 | 29 |
| Octal | 230 | 35 | 264 | 20 | 124 | 0 | 35 | 441 | 110 | 51 |
| Binary | 10011000 | 11101 | 10110100 | 10000 | 1010100 | 0 | 11101 | 100100001 | 1001000 | 101001 |
Color Harmonies of #981DB4
Complementary color
Monochromatic Colors of #981DB4
Black with #981DB4
Text Example
Text Example
White with #981DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981DB4; }
p { color: rgb(152,29,180); }
H1.HeaderClassName
{
color: #981DB4;
}
.AnyTagClassName
{
color: #981DB4;
}
</style>
background-color css
<style>
a { background-color: #981DB4; }
a { background-color: rgb(152,29,180); }
div.DivClassName
{
background-color: #981DB4;
}
.BgClassName
{
background-color: #981DB4;
}
</style>
border-color css
<style>
span { border-color: #981DB4; }
span { border-color: rgb(152,29,180); }
td.TdClassName
{
border-color: #981DB4;
}
.TagClassName
{
border-color: #981DB4;
}
</style>