Shades of Dark Orchid #983DBD
Tints of Dark Orchid #983DBD
RGB
CMYK
RGB Variations
Color information
#983DBD (or 0x983DBD) is known color: Dark Orchid. HEX triplet: 98, 3D and BD. RGB value is (152,61,189). Sum of RGB (Red+Green+Blue) = 152+61+189=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #983DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983DBD is #67C242. Grayscale: #666666. Windows color (decimal): -6799939 or 12402072. OLE color: 12402072.
HSL color Cylindrical-coordinate representation of color #983DBD: hue angle of 282.66º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983DBD is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 61 | 189 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.26 |
| HSL | 282.66º | 0.51% | 0.49% | - |
| HSV(B) | 282.66º | 0.68% | 0.74% | - |
| XYZ | 23.8 | 13.69 | 49.53 | - |
| YUV | 102.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 189 | 0.20 | 0.68 | 0 | 0.26 | 282.66 | 0.51 | 0.49 |
| Hex | 98 | 3D | BD | 14 | 44 | 0 | 1A | 11B | 33 | 31 |
| Octal | 230 | 75 | 275 | 24 | 104 | 0 | 32 | 433 | 63 | 61 |
| Binary | 10011000 | 111101 | 10111101 | 10100 | 1000100 | 0 | 11010 | 100011011 | 110011 | 110001 |
Color Harmonies of #983DBD
Complementary color
Monochromatic Colors of #983DBD
Black with #983DBD
Text Example
Text Example
White with #983DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983DBD; }
p { color: rgb(152,61,189); }
H1.HeaderClassName
{
color: #983DBD;
}
.AnyTagClassName
{
color: #983DBD;
}
</style>
background-color css
<style>
a { background-color: #983DBD; }
a { background-color: rgb(152,61,189); }
div.DivClassName
{
background-color: #983DBD;
}
.BgClassName
{
background-color: #983DBD;
}
</style>
border-color css
<style>
span { border-color: #983DBD; }
span { border-color: rgb(152,61,189); }
td.TdClassName
{
border-color: #983DBD;
}
.TagClassName
{
border-color: #983DBD;
}
</style>