Shades of Dark Orchid #981ECF
Tints of Dark Orchid #981ECF
RGB
CMYK
RGB Variations
Color information
#981ECF (or 0x981ECF) is known color: Dark Orchid. HEX triplet: 98, 1E and CF. RGB value is (152,30,207). Sum of RGB (Red+Green+Blue) = 152+30+207=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #981ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981ECF is #67E130. Grayscale: #565656. Windows color (decimal): -6807857 or 13573784. OLE color: 13573784.
HSL color Cylindrical-coordinate representation of color #981ECF: hue angle of 281.36º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981ECF is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 30 | 207 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.19 |
| HSL | 281.36º | 0.75% | 0.46% | - |
| HSV(B) | 281.36º | 0.86% | 0.81% | - |
| XYZ | 24.68 | 12.11 | 60.07 | - |
| YUV | 86.66 | 195.92 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 207 | 0.27 | 0.86 | 0 | 0.19 | 281.36 | 0.75 | 0.46 |
| Hex | 98 | 1E | CF | 1B | 56 | 0 | 13 | 119 | 4B | 2E |
| Octal | 230 | 36 | 317 | 33 | 126 | 0 | 23 | 431 | 113 | 56 |
| Binary | 10011000 | 11110 | 11001111 | 11011 | 1010110 | 0 | 10011 | 100011001 | 1001011 | 101110 |
Color Harmonies of #981ECF
Complementary color
Monochromatic Colors of #981ECF
Black with #981ECF
Text Example
Text Example
White with #981ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981ECF; }
p { color: rgb(152,30,207); }
H1.HeaderClassName
{
color: #981ECF;
}
.AnyTagClassName
{
color: #981ECF;
}
</style>
background-color css
<style>
a { background-color: #981ECF; }
a { background-color: rgb(152,30,207); }
div.DivClassName
{
background-color: #981ECF;
}
.BgClassName
{
background-color: #981ECF;
}
</style>
border-color css
<style>
span { border-color: #981ECF; }
span { border-color: rgb(152,30,207); }
td.TdClassName
{
border-color: #981ECF;
}
.TagClassName
{
border-color: #981ECF;
}
</style>