Shades of Dark Orchid #983DD6
Tints of Dark Orchid #983DD6
RGB
CMYK
RGB Variations
Color information
#983DD6 (or 0x983DD6) is known color: Dark Orchid. HEX triplet: 98, 3D and D6. RGB value is (152,61,214). Sum of RGB (Red+Green+Blue) = 152+61+214=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #983DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983DD6 is #67C229. Grayscale: #696969. Windows color (decimal): -6799914 or 14040472. OLE color: 14040472.
HSL color Cylindrical-coordinate representation of color #983DD6: hue angle of 275.69º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #983DD6 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 61 | 214 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.16 |
| HSL | 275.69º | 0.65% | 0.54% | - |
| HSV(B) | 275.69º | 0.71% | 0.84% | - |
| XYZ | 26.76 | 14.87 | 65.08 | - |
| YUV | 105.65 | 189.15 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 214 | 0.29 | 0.71 | 0 | 0.16 | 275.69 | 0.65 | 0.54 |
| Hex | 98 | 3D | D6 | 1D | 47 | 0 | 10 | 114 | 41 | 36 |
| Octal | 230 | 75 | 326 | 35 | 107 | 0 | 20 | 424 | 101 | 66 |
| Binary | 10011000 | 111101 | 11010110 | 11101 | 1000111 | 0 | 10000 | 100010100 | 1000001 | 110110 |
Color Harmonies of #983DD6
Complementary color
Monochromatic Colors of #983DD6
Black with #983DD6
Text Example
Text Example
White with #983DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983DD6; }
p { color: rgb(152,61,214); }
H1.HeaderClassName
{
color: #983DD6;
}
.AnyTagClassName
{
color: #983DD6;
}
</style>
background-color css
<style>
a { background-color: #983DD6; }
a { background-color: rgb(152,61,214); }
div.DivClassName
{
background-color: #983DD6;
}
.BgClassName
{
background-color: #983DD6;
}
</style>
border-color css
<style>
span { border-color: #983DD6; }
span { border-color: rgb(152,61,214); }
td.TdClassName
{
border-color: #983DD6;
}
.TagClassName
{
border-color: #983DD6;
}
</style>