Shades of Dark Orchid #983ADE
Tints of Dark Orchid #983ADE
RGB
CMYK
RGB Variations
Color information
#983ADE (or 0x983ADE) is known color: Dark Orchid. HEX triplet: 98, 3A and DE. RGB value is (152,58,222). Sum of RGB (Red+Green+Blue) = 152+58+222=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #983ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983ADE is #67C521. Grayscale: #686868. Windows color (decimal): -6800674 or 14563992. OLE color: 14563992.
HSL color Cylindrical-coordinate representation of color #983ADE: hue angle of 274.39º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #983ADE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 58 | 222 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.13 |
| HSL | 274.39º | 0.71% | 0.55% | - |
| HSV(B) | 274.39º | 0.74% | 0.87% | - |
| XYZ | 27.65 | 14.98 | 70.54 | - |
| YUV | 104.8 | 194.14 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 222 | 0.32 | 0.74 | 0 | 0.13 | 274.39 | 0.71 | 0.55 |
| Hex | 98 | 3A | DE | 20 | 4A | 0 | D | 112 | 47 | 37 |
| Octal | 230 | 72 | 336 | 40 | 112 | 0 | 15 | 422 | 107 | 67 |
| Binary | 10011000 | 111010 | 11011110 | 100000 | 1001010 | 0 | 1101 | 100010010 | 1000111 | 110111 |
Color Harmonies of #983ADE
Complementary color
Monochromatic Colors of #983ADE
Black with #983ADE
Text Example
Text Example
White with #983ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983ADE; }
p { color: rgb(152,58,222); }
H1.HeaderClassName
{
color: #983ADE;
}
.AnyTagClassName
{
color: #983ADE;
}
</style>
background-color css
<style>
a { background-color: #983ADE; }
a { background-color: rgb(152,58,222); }
div.DivClassName
{
background-color: #983ADE;
}
.BgClassName
{
background-color: #983ADE;
}
</style>
border-color css
<style>
span { border-color: #983ADE; }
span { border-color: rgb(152,58,222); }
td.TdClassName
{
border-color: #983ADE;
}
.TagClassName
{
border-color: #983ADE;
}
</style>