Shades of Dark Orchid #983FBC
Tints of Dark Orchid #983FBC
RGB
CMYK
RGB Variations
Color information
#983FBC (or 0x983FBC) is known color: Dark Orchid. HEX triplet: 98, 3F and BC. RGB value is (152,63,188). Sum of RGB (Red+Green+Blue) = 152+63+188=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #983FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983FBC is #67C043. Grayscale: #676767. Windows color (decimal): -6799428 or 12337048. OLE color: 12337048.
HSL color Cylindrical-coordinate representation of color #983FBC: hue angle of 282.72º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983FBC is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 63 | 188 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.26 |
| HSL | 282.72º | 0.5% | 0.49% | - |
| HSV(B) | 282.72º | 0.66% | 0.74% | - |
| XYZ | 23.8 | 13.86 | 49 | - |
| YUV | 103.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 188 | 0.19 | 0.66 | 0 | 0.26 | 282.72 | 0.5 | 0.49 |
| Hex | 98 | 3F | BC | 13 | 42 | 0 | 1A | 11B | 32 | 31 |
| Octal | 230 | 77 | 274 | 23 | 102 | 0 | 32 | 433 | 62 | 61 |
| Binary | 10011000 | 111111 | 10111100 | 10011 | 1000010 | 0 | 11010 | 100011011 | 110010 | 110001 |
Color Harmonies of #983FBC
Complementary color
Monochromatic Colors of #983FBC
Black with #983FBC
Text Example
Text Example
White with #983FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983FBC; }
p { color: rgb(152,63,188); }
H1.HeaderClassName
{
color: #983FBC;
}
.AnyTagClassName
{
color: #983FBC;
}
</style>
background-color css
<style>
a { background-color: #983FBC; }
a { background-color: rgb(152,63,188); }
div.DivClassName
{
background-color: #983FBC;
}
.BgClassName
{
background-color: #983FBC;
}
</style>
border-color css
<style>
span { border-color: #983FBC; }
span { border-color: rgb(152,63,188); }
td.TdClassName
{
border-color: #983FBC;
}
.TagClassName
{
border-color: #983FBC;
}
</style>