Shades of Dark Orchid #983BDA
Tints of Dark Orchid #983BDA
RGB
CMYK
RGB Variations
Color information
#983BDA (or 0x983BDA) is known color: Dark Orchid. HEX triplet: 98, 3B and DA. RGB value is (152,59,218). Sum of RGB (Red+Green+Blue) = 152+59+218=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #983BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983BDA is #67C425. Grayscale: #686868. Windows color (decimal): -6800422 or 14302104. OLE color: 14302104.
HSL color Cylindrical-coordinate representation of color #983BDA: hue angle of 275.09º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #983BDA is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 59 | 218 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.15 |
| HSL | 275.09º | 0.68% | 0.54% | - |
| HSV(B) | 275.09º | 0.73% | 0.85% | - |
| XYZ | 27.17 | 14.87 | 67.77 | - |
| YUV | 104.93 | 191.81 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 218 | 0.30 | 0.73 | 0 | 0.15 | 275.09 | 0.68 | 0.54 |
| Hex | 98 | 3B | DA | 1E | 49 | 0 | F | 113 | 44 | 36 |
| Octal | 230 | 73 | 332 | 36 | 111 | 0 | 17 | 423 | 104 | 66 |
| Binary | 10011000 | 111011 | 11011010 | 11110 | 1001001 | 0 | 1111 | 100010011 | 1000100 | 110110 |
Color Harmonies of #983BDA
Complementary color
Monochromatic Colors of #983BDA
Black with #983BDA
Text Example
Text Example
White with #983BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983BDA; }
p { color: rgb(152,59,218); }
H1.HeaderClassName
{
color: #983BDA;
}
.AnyTagClassName
{
color: #983BDA;
}
</style>
background-color css
<style>
a { background-color: #983BDA; }
a { background-color: rgb(152,59,218); }
div.DivClassName
{
background-color: #983BDA;
}
.BgClassName
{
background-color: #983BDA;
}
</style>
border-color css
<style>
span { border-color: #983BDA; }
span { border-color: rgb(152,59,218); }
td.TdClassName
{
border-color: #983BDA;
}
.TagClassName
{
border-color: #983BDA;
}
</style>