Shades of Dark Orchid #983DCE
Tints of Dark Orchid #983DCE
RGB
CMYK
RGB Variations
Color information
#983DCE (or 0x983DCE) is known color: Dark Orchid. HEX triplet: 98, 3D and CE. RGB value is (152,61,206). Sum of RGB (Red+Green+Blue) = 152+61+206=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #983DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983DCE is #67C231. Grayscale: #686868. Windows color (decimal): -6799922 or 13516184. OLE color: 13516184.
HSL color Cylindrical-coordinate representation of color #983DCE: hue angle of 277.66º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #983DCE is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 61 | 206 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.19 |
| HSL | 277.66º | 0.6% | 0.52% | - |
| HSV(B) | 277.66º | 0.7% | 0.81% | - |
| XYZ | 25.76 | 14.47 | 59.83 | - |
| YUV | 104.74 | 185.15 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 206 | 0.26 | 0.70 | 0 | 0.19 | 277.66 | 0.6 | 0.52 |
| Hex | 98 | 3D | CE | 1A | 46 | 0 | 13 | 116 | 3C | 34 |
| Octal | 230 | 75 | 316 | 32 | 106 | 0 | 23 | 426 | 74 | 64 |
| Binary | 10011000 | 111101 | 11001110 | 11010 | 1000110 | 0 | 10011 | 100010110 | 111100 | 110100 |
Color Harmonies of #983DCE
Complementary color
Monochromatic Colors of #983DCE
Black with #983DCE
Text Example
Text Example
White with #983DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983DCE; }
p { color: rgb(152,61,206); }
H1.HeaderClassName
{
color: #983DCE;
}
.AnyTagClassName
{
color: #983DCE;
}
</style>
background-color css
<style>
a { background-color: #983DCE; }
a { background-color: rgb(152,61,206); }
div.DivClassName
{
background-color: #983DCE;
}
.BgClassName
{
background-color: #983DCE;
}
</style>
border-color css
<style>
span { border-color: #983DCE; }
span { border-color: rgb(152,61,206); }
td.TdClassName
{
border-color: #983DCE;
}
.TagClassName
{
border-color: #983DCE;
}
</style>