Shades of Dark Orchid #982ECD
Tints of Dark Orchid #982ECD
RGB
CMYK
RGB Variations
Color information
#982ECD (or 0x982ECD) is known color: Dark Orchid. HEX triplet: 98, 2E and CD. RGB value is (152,46,205). Sum of RGB (Red+Green+Blue) = 152+46+205=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #982ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ECD is #67D132. Grayscale: #5F5F5F. Windows color (decimal): -6803763 or 13446808. OLE color: 13446808.
HSL color Cylindrical-coordinate representation of color #982ECD: hue angle of 280º degrees, saturation: 0.63, 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 #982ECD is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 46 | 205 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.20 |
| HSL | 280º | 0.63% | 0.49% | - |
| HSV(B) | 280º | 0.78% | 0.8% | - |
| XYZ | 24.95 | 13.04 | 58.96 | - |
| YUV | 95.82 | 189.62 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 46 | 205 | 0.26 | 0.78 | 0 | 0.20 | 280 | 0.63 | 0.49 |
| Hex | 98 | 2E | CD | 1A | 4E | 0 | 14 | 118 | 3F | 31 |
| Octal | 230 | 56 | 315 | 32 | 116 | 0 | 24 | 430 | 77 | 61 |
| Binary | 10011000 | 101110 | 11001101 | 11010 | 1001110 | 0 | 10100 | 100011000 | 111111 | 110001 |
Color Harmonies of #982ECD
Complementary color
Monochromatic Colors of #982ECD
Black with #982ECD
Text Example
Text Example
White with #982ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982ECD; }
p { color: rgb(152,46,205); }
H1.HeaderClassName
{
color: #982ECD;
}
.AnyTagClassName
{
color: #982ECD;
}
</style>
background-color css
<style>
a { background-color: #982ECD; }
a { background-color: rgb(152,46,205); }
div.DivClassName
{
background-color: #982ECD;
}
.BgClassName
{
background-color: #982ECD;
}
</style>
border-color css
<style>
span { border-color: #982ECD; }
span { border-color: rgb(152,46,205); }
td.TdClassName
{
border-color: #982ECD;
}
.TagClassName
{
border-color: #982ECD;
}
</style>