Shades of Dark Orchid #981DBA
Tints of Dark Orchid #981DBA
RGB
CMYK
RGB Variations
Color information
#981DBA (or 0x981DBA) is known color: Dark Orchid. HEX triplet: 98, 1D and BA. RGB value is (152,29,186). Sum of RGB (Red+Green+Blue) = 152+29+186=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #981DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981DBA is #67E245. Grayscale: #535353. Windows color (decimal): -6808134 or 12197272. OLE color: 12197272.
HSL color Cylindrical-coordinate representation of color #981DBA: hue angle of 287.01º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981DBA is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 29 | 186 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.27 |
| HSL | 287.01º | 0.73% | 0.42% | - |
| HSV(B) | 287.01º | 0.84% | 0.73% | - |
| XYZ | 22.25 | 11.1 | 47.42 | - |
| YUV | 83.68 | 185.75 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 186 | 0.18 | 0.84 | 0 | 0.27 | 287.01 | 0.73 | 0.42 |
| Hex | 98 | 1D | BA | 12 | 54 | 0 | 1B | 11F | 49 | 2A |
| Octal | 230 | 35 | 272 | 22 | 124 | 0 | 33 | 437 | 111 | 52 |
| Binary | 10011000 | 11101 | 10111010 | 10010 | 1010100 | 0 | 11011 | 100011111 | 1001001 | 101010 |
Color Harmonies of #981DBA
Complementary color
Monochromatic Colors of #981DBA
Black with #981DBA
Text Example
Text Example
White with #981DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981DBA; }
p { color: rgb(152,29,186); }
H1.HeaderClassName
{
color: #981DBA;
}
.AnyTagClassName
{
color: #981DBA;
}
</style>
background-color css
<style>
a { background-color: #981DBA; }
a { background-color: rgb(152,29,186); }
div.DivClassName
{
background-color: #981DBA;
}
.BgClassName
{
background-color: #981DBA;
}
</style>
border-color css
<style>
span { border-color: #981DBA; }
span { border-color: rgb(152,29,186); }
td.TdClassName
{
border-color: #981DBA;
}
.TagClassName
{
border-color: #981DBA;
}
</style>