Shades of Dark Orchid #983DCF
Tints of Dark Orchid #983DCF
RGB
CMYK
RGB Variations
Color information
#983DCF (or 0x983DCF) is known color: Dark Orchid. HEX triplet: 98, 3D and CF. RGB value is (152,61,207). Sum of RGB (Red+Green+Blue) = 152+61+207=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #983DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983DCF is #67C230. Grayscale: #686868. Windows color (decimal): -6799921 or 13581720. OLE color: 13581720.
HSL color Cylindrical-coordinate representation of color #983DCF: hue angle of 277.4º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #983DCF is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 61 | 207 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.19 |
| HSL | 277.4º | 0.6% | 0.53% | - |
| HSV(B) | 277.4º | 0.71% | 0.81% | - |
| XYZ | 25.88 | 14.52 | 60.47 | - |
| YUV | 104.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 207 | 0.27 | 0.71 | 0 | 0.19 | 277.4 | 0.6 | 0.53 |
| Hex | 98 | 3D | CF | 1B | 47 | 0 | 13 | 115 | 3C | 35 |
| Octal | 230 | 75 | 317 | 33 | 107 | 0 | 23 | 425 | 74 | 65 |
| Binary | 10011000 | 111101 | 11001111 | 11011 | 1000111 | 0 | 10011 | 100010101 | 111100 | 110101 |
Color Harmonies of #983DCF
Complementary color
Monochromatic Colors of #983DCF
Black with #983DCF
Text Example
Text Example
White with #983DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983DCF; }
p { color: rgb(152,61,207); }
H1.HeaderClassName
{
color: #983DCF;
}
.AnyTagClassName
{
color: #983DCF;
}
</style>
background-color css
<style>
a { background-color: #983DCF; }
a { background-color: rgb(152,61,207); }
div.DivClassName
{
background-color: #983DCF;
}
.BgClassName
{
background-color: #983DCF;
}
</style>
border-color css
<style>
span { border-color: #983DCF; }
span { border-color: rgb(152,61,207); }
td.TdClassName
{
border-color: #983DCF;
}
.TagClassName
{
border-color: #983DCF;
}
</style>