Shades of Dark Orchid #982DCD
Tints of Dark Orchid #982DCD
RGB
CMYK
RGB Variations
Color information
#982DCD (or 0x982DCD) is known color: Dark Orchid. HEX triplet: 98, 2D and CD. RGB value is (152,45,205). Sum of RGB (Red+Green+Blue) = 152+45+205=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #982DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DCD is #67D232. Grayscale: #5E5E5E. Windows color (decimal): -6804019 or 13446552. OLE color: 13446552.
HSL color Cylindrical-coordinate representation of color #982DCD: hue angle of 280.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982DCD is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 45 | 205 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.20 |
| HSL | 280.13º | 0.64% | 0.49% | - |
| HSV(B) | 280.13º | 0.78% | 0.8% | - |
| XYZ | 24.91 | 12.96 | 58.95 | - |
| YUV | 95.23 | 189.95 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 205 | 0.26 | 0.78 | 0 | 0.20 | 280.13 | 0.64 | 0.49 |
| Hex | 98 | 2D | CD | 1A | 4E | 0 | 14 | 118 | 40 | 31 |
| Octal | 230 | 55 | 315 | 32 | 116 | 0 | 24 | 430 | 100 | 61 |
| Binary | 10011000 | 101101 | 11001101 | 11010 | 1001110 | 0 | 10100 | 100011000 | 1000000 | 110001 |
Color Harmonies of #982DCD
Complementary color
Monochromatic Colors of #982DCD
Black with #982DCD
Text Example
Text Example
White with #982DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DCD; }
p { color: rgb(152,45,205); }
H1.HeaderClassName
{
color: #982DCD;
}
.AnyTagClassName
{
color: #982DCD;
}
</style>
background-color css
<style>
a { background-color: #982DCD; }
a { background-color: rgb(152,45,205); }
div.DivClassName
{
background-color: #982DCD;
}
.BgClassName
{
background-color: #982DCD;
}
</style>
border-color css
<style>
span { border-color: #982DCD; }
span { border-color: rgb(152,45,205); }
td.TdClassName
{
border-color: #982DCD;
}
.TagClassName
{
border-color: #982DCD;
}
</style>