Shades of Dark Orchid #983CB9
Tints of Dark Orchid #983CB9
RGB
CMYK
RGB Variations
Color information
#983CB9 (or 0x983CB9) is known color: Dark Orchid. HEX triplet: 98, 3C and B9. RGB value is (152,60,185). Sum of RGB (Red+Green+Blue) = 152+60+185=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #983CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CB9 is #67C346. Grayscale: #656565. Windows color (decimal): -6800199 or 12139672. OLE color: 12139672.
HSL color Cylindrical-coordinate representation of color #983CB9: hue angle of 284.16º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983CB9 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 60 | 185 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.27 |
| HSL | 284.16º | 0.51% | 0.48% | - |
| HSV(B) | 284.16º | 0.68% | 0.73% | - |
| XYZ | 23.32 | 13.41 | 47.26 | - |
| YUV | 101.76 | 174.98 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 185 | 0.18 | 0.68 | 0 | 0.27 | 284.16 | 0.51 | 0.48 |
| Hex | 98 | 3C | B9 | 12 | 44 | 0 | 1B | 11C | 33 | 30 |
| Octal | 230 | 74 | 271 | 22 | 104 | 0 | 33 | 434 | 63 | 60 |
| Binary | 10011000 | 111100 | 10111001 | 10010 | 1000100 | 0 | 11011 | 100011100 | 110011 | 110000 |
Color Harmonies of #983CB9
Complementary color
Monochromatic Colors of #983CB9
Black with #983CB9
Text Example
Text Example
White with #983CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CB9; }
p { color: rgb(152,60,185); }
H1.HeaderClassName
{
color: #983CB9;
}
.AnyTagClassName
{
color: #983CB9;
}
</style>
background-color css
<style>
a { background-color: #983CB9; }
a { background-color: rgb(152,60,185); }
div.DivClassName
{
background-color: #983CB9;
}
.BgClassName
{
background-color: #983CB9;
}
</style>
border-color css
<style>
span { border-color: #983CB9; }
span { border-color: rgb(152,60,185); }
td.TdClassName
{
border-color: #983CB9;
}
.TagClassName
{
border-color: #983CB9;
}
</style>