Shades of Dark Orchid #983DBF
Tints of Dark Orchid #983DBF
RGB
CMYK
RGB Variations
Color information
#983DBF (or 0x983DBF) is known color: Dark Orchid. HEX triplet: 98, 3D and BF. RGB value is (152,61,191). Sum of RGB (Red+Green+Blue) = 152+61+191=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #983DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983DBF is #67C240. Grayscale: #666666. Windows color (decimal): -6799937 or 12533144. OLE color: 12533144.
HSL color Cylindrical-coordinate representation of color #983DBF: hue angle of 282º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983DBF is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 61 | 191 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.25 |
| HSL | 282º | 0.52% | 0.49% | - |
| HSV(B) | 282º | 0.68% | 0.75% | - |
| XYZ | 24.02 | 13.77 | 50.68 | - |
| YUV | 103.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 191 | 0.20 | 0.68 | 0 | 0.25 | 282 | 0.52 | 0.49 |
| Hex | 98 | 3D | BF | 14 | 44 | 0 | 19 | 11A | 34 | 31 |
| Octal | 230 | 75 | 277 | 24 | 104 | 0 | 31 | 432 | 64 | 61 |
| Binary | 10011000 | 111101 | 10111111 | 10100 | 1000100 | 0 | 11001 | 100011010 | 110100 | 110001 |
Color Harmonies of #983DBF
Complementary color
Monochromatic Colors of #983DBF
Black with #983DBF
Text Example
Text Example
White with #983DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983DBF; }
p { color: rgb(152,61,191); }
H1.HeaderClassName
{
color: #983DBF;
}
.AnyTagClassName
{
color: #983DBF;
}
</style>
background-color css
<style>
a { background-color: #983DBF; }
a { background-color: rgb(152,61,191); }
div.DivClassName
{
background-color: #983DBF;
}
.BgClassName
{
background-color: #983DBF;
}
</style>
border-color css
<style>
span { border-color: #983DBF; }
span { border-color: rgb(152,61,191); }
td.TdClassName
{
border-color: #983DBF;
}
.TagClassName
{
border-color: #983DBF;
}
</style>