Shades of Dark Orchid #982DCF
Tints of Dark Orchid #982DCF
RGB
CMYK
RGB Variations
Color information
#982DCF (or 0x982DCF) is known color: Dark Orchid. HEX triplet: 98, 2D and CF. RGB value is (152,45,207). Sum of RGB (Red+Green+Blue) = 152+45+207=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #982DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DCF is #67D230. Grayscale: #5E5E5E. Windows color (decimal): -6804017 or 13577624. OLE color: 13577624.
HSL color Cylindrical-coordinate representation of color #982DCF: hue angle of 279.63º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982DCF is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 45 | 207 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.19 |
| HSL | 279.63º | 0.64% | 0.49% | - |
| HSV(B) | 279.63º | 0.78% | 0.81% | - |
| XYZ | 25.15 | 13.06 | 60.23 | - |
| YUV | 95.46 | 190.95 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 207 | 0.27 | 0.78 | 0 | 0.19 | 279.63 | 0.64 | 0.49 |
| Hex | 98 | 2D | CF | 1B | 4E | 0 | 13 | 118 | 40 | 31 |
| Octal | 230 | 55 | 317 | 33 | 116 | 0 | 23 | 430 | 100 | 61 |
| Binary | 10011000 | 101101 | 11001111 | 11011 | 1001110 | 0 | 10011 | 100011000 | 1000000 | 110001 |
Color Harmonies of #982DCF
Complementary color
Monochromatic Colors of #982DCF
Black with #982DCF
Text Example
Text Example
White with #982DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DCF; }
p { color: rgb(152,45,207); }
H1.HeaderClassName
{
color: #982DCF;
}
.AnyTagClassName
{
color: #982DCF;
}
</style>
background-color css
<style>
a { background-color: #982DCF; }
a { background-color: rgb(152,45,207); }
div.DivClassName
{
background-color: #982DCF;
}
.BgClassName
{
background-color: #982DCF;
}
</style>
border-color css
<style>
span { border-color: #982DCF; }
span { border-color: rgb(152,45,207); }
td.TdClassName
{
border-color: #982DCF;
}
.TagClassName
{
border-color: #982DCF;
}
</style>