Shades of Dark Orchid #983FDB
Tints of Dark Orchid #983FDB
RGB
CMYK
RGB Variations
Color information
#983FDB (or 0x983FDB) is known color: Dark Orchid. HEX triplet: 98, 3F and DB. RGB value is (152,63,219). Sum of RGB (Red+Green+Blue) = 152+63+219=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #983FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983FDB is #67C024. Grayscale: #6A6A6A. Windows color (decimal): -6799397 or 14368664. OLE color: 14368664.
HSL color Cylindrical-coordinate representation of color #983FDB: hue angle of 274.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #983FDB is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 63 | 219 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.14 |
| HSL | 274.23º | 0.68% | 0.55% | - |
| HSV(B) | 274.23º | 0.71% | 0.86% | - |
| XYZ | 27.51 | 15.34 | 68.53 | - |
| YUV | 107.4 | 190.99 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 219 | 0.31 | 0.71 | 0 | 0.14 | 274.23 | 0.68 | 0.55 |
| Hex | 98 | 3F | DB | 1F | 47 | 0 | E | 112 | 44 | 37 |
| Octal | 230 | 77 | 333 | 37 | 107 | 0 | 16 | 422 | 104 | 67 |
| Binary | 10011000 | 111111 | 11011011 | 11111 | 1000111 | 0 | 1110 | 100010010 | 1000100 | 110111 |
Color Harmonies of #983FDB
Complementary color
Monochromatic Colors of #983FDB
Black with #983FDB
Text Example
Text Example
White with #983FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983FDB; }
p { color: rgb(152,63,219); }
H1.HeaderClassName
{
color: #983FDB;
}
.AnyTagClassName
{
color: #983FDB;
}
</style>
background-color css
<style>
a { background-color: #983FDB; }
a { background-color: rgb(152,63,219); }
div.DivClassName
{
background-color: #983FDB;
}
.BgClassName
{
background-color: #983FDB;
}
</style>
border-color css
<style>
span { border-color: #983FDB; }
span { border-color: rgb(152,63,219); }
td.TdClassName
{
border-color: #983FDB;
}
.TagClassName
{
border-color: #983FDB;
}
</style>