Shades of Dark Orchid #983EBA
Tints of Dark Orchid #983EBA
RGB
CMYK
RGB Variations
Color information
#983EBA (or 0x983EBA) is known color: Dark Orchid. HEX triplet: 98, 3E and BA. RGB value is (152,62,186). Sum of RGB (Red+Green+Blue) = 152+62+186=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #983EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983EBA is #67C145. Grayscale: #666666. Windows color (decimal): -6799686 or 12205720. OLE color: 12205720.
HSL color Cylindrical-coordinate representation of color #983EBA: hue angle of 283.55º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983EBA is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 62 | 186 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.27 |
| HSL | 283.55º | 0.5% | 0.49% | - |
| HSV(B) | 283.55º | 0.67% | 0.73% | - |
| XYZ | 23.53 | 13.67 | 47.85 | - |
| YUV | 103.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 186 | 0.18 | 0.67 | 0 | 0.27 | 283.55 | 0.5 | 0.49 |
| Hex | 98 | 3E | BA | 12 | 43 | 0 | 1B | 11C | 32 | 31 |
| Octal | 230 | 76 | 272 | 22 | 103 | 0 | 33 | 434 | 62 | 61 |
| Binary | 10011000 | 111110 | 10111010 | 10010 | 1000011 | 0 | 11011 | 100011100 | 110010 | 110001 |
Color Harmonies of #983EBA
Complementary color
Monochromatic Colors of #983EBA
Black with #983EBA
Text Example
Text Example
White with #983EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983EBA; }
p { color: rgb(152,62,186); }
H1.HeaderClassName
{
color: #983EBA;
}
.AnyTagClassName
{
color: #983EBA;
}
</style>
background-color css
<style>
a { background-color: #983EBA; }
a { background-color: rgb(152,62,186); }
div.DivClassName
{
background-color: #983EBA;
}
.BgClassName
{
background-color: #983EBA;
}
</style>
border-color css
<style>
span { border-color: #983EBA; }
span { border-color: rgb(152,62,186); }
td.TdClassName
{
border-color: #983EBA;
}
.TagClassName
{
border-color: #983EBA;
}
</style>