Shades of Dark Orchid #982EDA
Tints of Dark Orchid #982EDA
RGB
CMYK
RGB Variations
Color information
#982EDA (or 0x982EDA) is known color: Dark Orchid. HEX triplet: 98, 2E and DA. RGB value is (152,46,218). Sum of RGB (Red+Green+Blue) = 152+46+218=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #982EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982EDA is #67D125. Grayscale: #606060. Windows color (decimal): -6803750 or 14298776. OLE color: 14298776.
HSL color Cylindrical-coordinate representation of color #982EDA: hue angle of 276.98º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982EDA is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 46 | 218 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.15 |
| HSL | 276.98º | 0.7% | 0.52% | - |
| HSV(B) | 276.98º | 0.79% | 0.85% | - |
| XYZ | 26.58 | 13.69 | 67.57 | - |
| YUV | 97.3 | 196.12 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 46 | 218 | 0.30 | 0.79 | 0 | 0.15 | 276.98 | 0.7 | 0.52 |
| Hex | 98 | 2E | DA | 1E | 4F | 0 | F | 115 | 46 | 34 |
| Octal | 230 | 56 | 332 | 36 | 117 | 0 | 17 | 425 | 106 | 64 |
| Binary | 10011000 | 101110 | 11011010 | 11110 | 1001111 | 0 | 1111 | 100010101 | 1000110 | 110100 |
Color Harmonies of #982EDA
Complementary color
Monochromatic Colors of #982EDA
Black with #982EDA
Text Example
Text Example
White with #982EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982EDA; }
p { color: rgb(152,46,218); }
H1.HeaderClassName
{
color: #982EDA;
}
.AnyTagClassName
{
color: #982EDA;
}
</style>
background-color css
<style>
a { background-color: #982EDA; }
a { background-color: rgb(152,46,218); }
div.DivClassName
{
background-color: #982EDA;
}
.BgClassName
{
background-color: #982EDA;
}
</style>
border-color css
<style>
span { border-color: #982EDA; }
span { border-color: rgb(152,46,218); }
td.TdClassName
{
border-color: #982EDA;
}
.TagClassName
{
border-color: #982EDA;
}
</style>