Shades of Dark Orchid #983EDD
Tints of Dark Orchid #983EDD
RGB
CMYK
RGB Variations
Color information
#983EDD (or 0x983EDD) is known color: Dark Orchid. HEX triplet: 98, 3E and DD. RGB value is (152,62,221). Sum of RGB (Red+Green+Blue) = 152+62+221=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #983EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983EDD is #67C122. Grayscale: #6A6A6A. Windows color (decimal): -6799651 or 14499480. OLE color: 14499480.
HSL color Cylindrical-coordinate representation of color #983EDD: hue angle of 273.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #983EDD is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 62 | 221 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.13 |
| HSL | 273.96º | 0.7% | 0.55% | - |
| HSV(B) | 273.96º | 0.72% | 0.87% | - |
| XYZ | 27.72 | 15.34 | 69.91 | - |
| YUV | 107.04 | 192.32 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 221 | 0.31 | 0.72 | 0 | 0.13 | 273.96 | 0.7 | 0.55 |
| Hex | 98 | 3E | DD | 1F | 48 | 0 | D | 112 | 46 | 37 |
| Octal | 230 | 76 | 335 | 37 | 110 | 0 | 15 | 422 | 106 | 67 |
| Binary | 10011000 | 111110 | 11011101 | 11111 | 1001000 | 0 | 1101 | 100010010 | 1000110 | 110111 |
Color Harmonies of #983EDD
Complementary color
Monochromatic Colors of #983EDD
Black with #983EDD
Text Example
Text Example
White with #983EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983EDD; }
p { color: rgb(152,62,221); }
H1.HeaderClassName
{
color: #983EDD;
}
.AnyTagClassName
{
color: #983EDD;
}
</style>
background-color css
<style>
a { background-color: #983EDD; }
a { background-color: rgb(152,62,221); }
div.DivClassName
{
background-color: #983EDD;
}
.BgClassName
{
background-color: #983EDD;
}
</style>
border-color css
<style>
span { border-color: #983EDD; }
span { border-color: rgb(152,62,221); }
td.TdClassName
{
border-color: #983EDD;
}
.TagClassName
{
border-color: #983EDD;
}
</style>