Shades of Dark Orchid #981CBA
Tints of Dark Orchid #981CBA
RGB
CMYK
RGB Variations
Color information
#981CBA (or 0x981CBA) is known color: Dark Orchid. HEX triplet: 98, 1C and BA. RGB value is (152,28,186). Sum of RGB (Red+Green+Blue) = 152+28+186=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #981CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981CBA is #67E345. Grayscale: #525252. Windows color (decimal): -6808390 or 12197016. OLE color: 12197016.
HSL color Cylindrical-coordinate representation of color #981CBA: hue angle of 287.09º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981CBA is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 28 | 186 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.27 |
| HSL | 287.09º | 0.74% | 0.42% | - |
| HSV(B) | 287.09º | 0.85% | 0.73% | - |
| XYZ | 22.23 | 11.05 | 47.42 | - |
| YUV | 83.09 | 186.08 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 186 | 0.18 | 0.85 | 0 | 0.27 | 287.09 | 0.74 | 0.42 |
| Hex | 98 | 1C | BA | 12 | 55 | 0 | 1B | 11F | 4A | 2A |
| Octal | 230 | 34 | 272 | 22 | 125 | 0 | 33 | 437 | 112 | 52 |
| Binary | 10011000 | 11100 | 10111010 | 10010 | 1010101 | 0 | 11011 | 100011111 | 1001010 | 101010 |
Color Harmonies of #981CBA
Complementary color
Monochromatic Colors of #981CBA
Black with #981CBA
Text Example
Text Example
White with #981CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981CBA; }
p { color: rgb(152,28,186); }
H1.HeaderClassName
{
color: #981CBA;
}
.AnyTagClassName
{
color: #981CBA;
}
</style>
background-color css
<style>
a { background-color: #981CBA; }
a { background-color: rgb(152,28,186); }
div.DivClassName
{
background-color: #981CBA;
}
.BgClassName
{
background-color: #981CBA;
}
</style>
border-color css
<style>
span { border-color: #981CBA; }
span { border-color: rgb(152,28,186); }
td.TdClassName
{
border-color: #981CBA;
}
.TagClassName
{
border-color: #981CBA;
}
</style>