Shades of Dark Orchid #983CDE
Tints of Dark Orchid #983CDE
RGB
CMYK
RGB Variations
Color information
#983CDE (or 0x983CDE) is known color: Dark Orchid. HEX triplet: 98, 3C and DE. RGB value is (152,60,222). Sum of RGB (Red+Green+Blue) = 152+60+222=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #983CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CDE is #67C321. Grayscale: #696969. Windows color (decimal): -6800162 or 14564504. OLE color: 14564504.
HSL color Cylindrical-coordinate representation of color #983CDE: hue angle of 274.07º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #983CDE is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 60 | 222 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.13 |
| HSL | 274.07º | 0.71% | 0.55% | - |
| HSV(B) | 274.07º | 0.73% | 0.87% | - |
| XYZ | 27.75 | 15.18 | 70.57 | - |
| YUV | 105.98 | 193.48 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 222 | 0.32 | 0.73 | 0 | 0.13 | 274.07 | 0.71 | 0.55 |
| Hex | 98 | 3C | DE | 20 | 49 | 0 | D | 112 | 47 | 37 |
| Octal | 230 | 74 | 336 | 40 | 111 | 0 | 15 | 422 | 107 | 67 |
| Binary | 10011000 | 111100 | 11011110 | 100000 | 1001001 | 0 | 1101 | 100010010 | 1000111 | 110111 |
Color Harmonies of #983CDE
Complementary color
Monochromatic Colors of #983CDE
Black with #983CDE
Text Example
Text Example
White with #983CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CDE; }
p { color: rgb(152,60,222); }
H1.HeaderClassName
{
color: #983CDE;
}
.AnyTagClassName
{
color: #983CDE;
}
</style>
background-color css
<style>
a { background-color: #983CDE; }
a { background-color: rgb(152,60,222); }
div.DivClassName
{
background-color: #983CDE;
}
.BgClassName
{
background-color: #983CDE;
}
</style>
border-color css
<style>
span { border-color: #983CDE; }
span { border-color: rgb(152,60,222); }
td.TdClassName
{
border-color: #983CDE;
}
.TagClassName
{
border-color: #983CDE;
}
</style>