Shades of Dark Orchid #983CDD
Tints of Dark Orchid #983CDD
RGB
CMYK
RGB Variations
Color information
#983CDD (or 0x983CDD) is known color: Dark Orchid. HEX triplet: 98, 3C and DD. RGB value is (152,60,221). Sum of RGB (Red+Green+Blue) = 152+60+221=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #983CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CDD is #67C322. Grayscale: #696969. Windows color (decimal): -6800163 or 14498968. OLE color: 14498968.
HSL color Cylindrical-coordinate representation of color #983CDD: hue angle of 274.29º degrees, saturation: 0.7, 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 #983CDD is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 60 | 221 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.13 |
| HSL | 274.29º | 0.7% | 0.55% | - |
| HSV(B) | 274.29º | 0.73% | 0.87% | - |
| XYZ | 27.62 | 15.13 | 69.87 | - |
| YUV | 105.86 | 192.98 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 221 | 0.31 | 0.73 | 0 | 0.13 | 274.29 | 0.7 | 0.55 |
| Hex | 98 | 3C | DD | 1F | 49 | 0 | D | 112 | 46 | 37 |
| Octal | 230 | 74 | 335 | 37 | 111 | 0 | 15 | 422 | 106 | 67 |
| Binary | 10011000 | 111100 | 11011101 | 11111 | 1001001 | 0 | 1101 | 100010010 | 1000110 | 110111 |
Color Harmonies of #983CDD
Complementary color
Monochromatic Colors of #983CDD
Black with #983CDD
Text Example
Text Example
White with #983CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CDD; }
p { color: rgb(152,60,221); }
H1.HeaderClassName
{
color: #983CDD;
}
.AnyTagClassName
{
color: #983CDD;
}
</style>
background-color css
<style>
a { background-color: #983CDD; }
a { background-color: rgb(152,60,221); }
div.DivClassName
{
background-color: #983CDD;
}
.BgClassName
{
background-color: #983CDD;
}
</style>
border-color css
<style>
span { border-color: #983CDD; }
span { border-color: rgb(152,60,221); }
td.TdClassName
{
border-color: #983CDD;
}
.TagClassName
{
border-color: #983CDD;
}
</style>