Shades of Dark Orchid #981ED7
Tints of Dark Orchid #981ED7
RGB
CMYK
RGB Variations
Color information
#981ED7 (or 0x981ED7) is known color: Dark Orchid. HEX triplet: 98, 1E and D7. RGB value is (152,30,215). Sum of RGB (Red+Green+Blue) = 152+30+215=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #981ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981ED7 is #67E128. Grayscale: #565656. Windows color (decimal): -6807849 or 14098072. OLE color: 14098072.
HSL color Cylindrical-coordinate representation of color #981ED7: hue angle of 279.57º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981ED7 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 30 | 215 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.16 |
| HSL | 279.57º | 0.76% | 0.48% | - |
| HSV(B) | 279.57º | 0.86% | 0.84% | - |
| XYZ | 25.68 | 12.51 | 65.35 | - |
| YUV | 87.57 | 199.92 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 215 | 0.29 | 0.86 | 0 | 0.16 | 279.57 | 0.76 | 0.48 |
| Hex | 98 | 1E | D7 | 1D | 56 | 0 | 10 | 118 | 4C | 30 |
| Octal | 230 | 36 | 327 | 35 | 126 | 0 | 20 | 430 | 114 | 60 |
| Binary | 10011000 | 11110 | 11010111 | 11101 | 1010110 | 0 | 10000 | 100011000 | 1001100 | 110000 |
Color Harmonies of #981ED7
Complementary color
Monochromatic Colors of #981ED7
Black with #981ED7
Text Example
Text Example
White with #981ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981ED7; }
p { color: rgb(152,30,215); }
H1.HeaderClassName
{
color: #981ED7;
}
.AnyTagClassName
{
color: #981ED7;
}
</style>
background-color css
<style>
a { background-color: #981ED7; }
a { background-color: rgb(152,30,215); }
div.DivClassName
{
background-color: #981ED7;
}
.BgClassName
{
background-color: #981ED7;
}
</style>
border-color css
<style>
span { border-color: #981ED7; }
span { border-color: rgb(152,30,215); }
td.TdClassName
{
border-color: #981ED7;
}
.TagClassName
{
border-color: #981ED7;
}
</style>