Shades of Dark Orchid #983DCD
Tints of Dark Orchid #983DCD
RGB
CMYK
RGB Variations
Color information
#983DCD (or 0x983DCD) is known color: Dark Orchid. HEX triplet: 98, 3D and CD. RGB value is (152,61,205). Sum of RGB (Red+Green+Blue) = 152+61+205=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #983DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983DCD is #67C232. Grayscale: #686868. Windows color (decimal): -6799923 or 13450648. OLE color: 13450648.
HSL color Cylindrical-coordinate representation of color #983DCD: hue angle of 277.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #983DCD is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 61 | 205 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.20 |
| HSL | 277.92º | 0.59% | 0.52% | - |
| HSV(B) | 277.92º | 0.7% | 0.8% | - |
| XYZ | 25.64 | 14.42 | 59.19 | - |
| YUV | 104.63 | 184.65 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 205 | 0.26 | 0.70 | 0 | 0.20 | 277.92 | 0.59 | 0.52 |
| Hex | 98 | 3D | CD | 1A | 46 | 0 | 14 | 116 | 3B | 34 |
| Octal | 230 | 75 | 315 | 32 | 106 | 0 | 24 | 426 | 73 | 64 |
| Binary | 10011000 | 111101 | 11001101 | 11010 | 1000110 | 0 | 10100 | 100010110 | 111011 | 110100 |
Color Harmonies of #983DCD
Complementary color
Monochromatic Colors of #983DCD
Black with #983DCD
Text Example
Text Example
White with #983DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983DCD; }
p { color: rgb(152,61,205); }
H1.HeaderClassName
{
color: #983DCD;
}
.AnyTagClassName
{
color: #983DCD;
}
</style>
background-color css
<style>
a { background-color: #983DCD; }
a { background-color: rgb(152,61,205); }
div.DivClassName
{
background-color: #983DCD;
}
.BgClassName
{
background-color: #983DCD;
}
</style>
border-color css
<style>
span { border-color: #983DCD; }
span { border-color: rgb(152,61,205); }
td.TdClassName
{
border-color: #983DCD;
}
.TagClassName
{
border-color: #983DCD;
}
</style>