Shades of Dark Orchid #983CDB
Tints of Dark Orchid #983CDB
RGB
CMYK
RGB Variations
Color information
#983CDB (or 0x983CDB) is known color: Dark Orchid. HEX triplet: 98, 3C and DB. RGB value is (152,60,219). Sum of RGB (Red+Green+Blue) = 152+60+219=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #983CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CDB is #67C324. Grayscale: #696969. Windows color (decimal): -6800165 or 14367896. OLE color: 14367896.
HSL color Cylindrical-coordinate representation of color #983CDB: hue angle of 274.72º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #983CDB is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 60 | 219 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.14 |
| HSL | 274.72º | 0.69% | 0.55% | - |
| HSV(B) | 274.72º | 0.73% | 0.86% | - |
| XYZ | 27.35 | 15.02 | 68.48 | - |
| YUV | 105.63 | 191.98 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 219 | 0.31 | 0.73 | 0 | 0.14 | 274.72 | 0.69 | 0.55 |
| Hex | 98 | 3C | DB | 1F | 49 | 0 | E | 113 | 45 | 37 |
| Octal | 230 | 74 | 333 | 37 | 111 | 0 | 16 | 423 | 105 | 67 |
| Binary | 10011000 | 111100 | 11011011 | 11111 | 1001001 | 0 | 1110 | 100010011 | 1000101 | 110111 |
Color Harmonies of #983CDB
Complementary color
Monochromatic Colors of #983CDB
Black with #983CDB
Text Example
Text Example
White with #983CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CDB; }
p { color: rgb(152,60,219); }
H1.HeaderClassName
{
color: #983CDB;
}
.AnyTagClassName
{
color: #983CDB;
}
</style>
background-color css
<style>
a { background-color: #983CDB; }
a { background-color: rgb(152,60,219); }
div.DivClassName
{
background-color: #983CDB;
}
.BgClassName
{
background-color: #983CDB;
}
</style>
border-color css
<style>
span { border-color: #983CDB; }
span { border-color: rgb(152,60,219); }
td.TdClassName
{
border-color: #983CDB;
}
.TagClassName
{
border-color: #983CDB;
}
</style>