Shades of Dark Orchid #983DDD
Tints of Dark Orchid #983DDD
RGB
CMYK
RGB Variations
Color information
#983DDD (or 0x983DDD) is known color: Dark Orchid. HEX triplet: 98, 3D and DD. RGB value is (152,61,221). Sum of RGB (Red+Green+Blue) = 152+61+221=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #983DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983DDD is #67C222. Grayscale: #696969. Windows color (decimal): -6799907 or 14499224. OLE color: 14499224.
HSL color Cylindrical-coordinate representation of color #983DDD: hue angle of 274.12º 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 #983DDD is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 61 | 221 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.13 |
| HSL | 274.13º | 0.7% | 0.55% | - |
| HSV(B) | 274.13º | 0.72% | 0.87% | - |
| XYZ | 27.67 | 15.23 | 69.89 | - |
| YUV | 106.45 | 192.65 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 221 | 0.31 | 0.72 | 0 | 0.13 | 274.13 | 0.7 | 0.55 |
| Hex | 98 | 3D | DD | 1F | 48 | 0 | D | 112 | 46 | 37 |
| Octal | 230 | 75 | 335 | 37 | 110 | 0 | 15 | 422 | 106 | 67 |
| Binary | 10011000 | 111101 | 11011101 | 11111 | 1001000 | 0 | 1101 | 100010010 | 1000110 | 110111 |
Color Harmonies of #983DDD
Complementary color
Monochromatic Colors of #983DDD
Black with #983DDD
Text Example
Text Example
White with #983DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983DDD; }
p { color: rgb(152,61,221); }
H1.HeaderClassName
{
color: #983DDD;
}
.AnyTagClassName
{
color: #983DDD;
}
</style>
background-color css
<style>
a { background-color: #983DDD; }
a { background-color: rgb(152,61,221); }
div.DivClassName
{
background-color: #983DDD;
}
.BgClassName
{
background-color: #983DDD;
}
</style>
border-color css
<style>
span { border-color: #983DDD; }
span { border-color: rgb(152,61,221); }
td.TdClassName
{
border-color: #983DDD;
}
.TagClassName
{
border-color: #983DDD;
}
</style>