Shades of Dark Orchid #982ECF
Tints of Dark Orchid #982ECF
RGB
CMYK
RGB Variations
Color information
#982ECF (or 0x982ECF) is known color: Dark Orchid. HEX triplet: 98, 2E and CF. RGB value is (152,46,207). Sum of RGB (Red+Green+Blue) = 152+46+207=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #982ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ECF is #67D130. Grayscale: #5F5F5F. Windows color (decimal): -6803761 or 13577880. OLE color: 13577880.
HSL color Cylindrical-coordinate representation of color #982ECF: hue angle of 279.5º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982ECF is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 46 | 207 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.19 |
| HSL | 279.5º | 0.64% | 0.5% | - |
| HSV(B) | 279.5º | 0.78% | 0.81% | - |
| XYZ | 25.19 | 13.13 | 60.24 | - |
| YUV | 96.05 | 190.62 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 46 | 207 | 0.27 | 0.78 | 0 | 0.19 | 279.5 | 0.64 | 0.5 |
| Hex | 98 | 2E | CF | 1B | 4E | 0 | 13 | 118 | 40 | 32 |
| Octal | 230 | 56 | 317 | 33 | 116 | 0 | 23 | 430 | 100 | 62 |
| Binary | 10011000 | 101110 | 11001111 | 11011 | 1001110 | 0 | 10011 | 100011000 | 1000000 | 110010 |
Color Harmonies of #982ECF
Complementary color
Monochromatic Colors of #982ECF
Black with #982ECF
Text Example
Text Example
White with #982ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982ECF; }
p { color: rgb(152,46,207); }
H1.HeaderClassName
{
color: #982ECF;
}
.AnyTagClassName
{
color: #982ECF;
}
</style>
background-color css
<style>
a { background-color: #982ECF; }
a { background-color: rgb(152,46,207); }
div.DivClassName
{
background-color: #982ECF;
}
.BgClassName
{
background-color: #982ECF;
}
</style>
border-color css
<style>
span { border-color: #982ECF; }
span { border-color: rgb(152,46,207); }
td.TdClassName
{
border-color: #982ECF;
}
.TagClassName
{
border-color: #982ECF;
}
</style>