Shades of Dark Orchid #981BAC
Tints of Dark Orchid #981BAC
RGB
CMYK
RGB Variations
Color information
#981BAC (or 0x981BAC) is known color: Dark Orchid. HEX triplet: 98, 1B and AC. RGB value is (152,27,172). Sum of RGB (Red+Green+Blue) = 152+27+172=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #981BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981BAC is #67E453. Grayscale: #505050. Windows color (decimal): -6808660 or 11279256. OLE color: 11279256.
HSL color Cylindrical-coordinate representation of color #981BAC: hue angle of 291.72º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981BAC is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 27 | 172 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.33 |
| HSL | 291.72º | 0.73% | 0.39% | - |
| HSV(B) | 291.72º | 0.84% | 0.67% | - |
| XYZ | 20.79 | 10.44 | 39.95 | - |
| YUV | 80.91 | 179.41 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 172 | 0.12 | 0.84 | 0 | 0.33 | 291.72 | 0.73 | 0.39 |
| Hex | 98 | 1B | AC | C | 54 | 0 | 21 | 124 | 49 | 27 |
| Octal | 230 | 33 | 254 | 14 | 124 | 0 | 41 | 444 | 111 | 47 |
| Binary | 10011000 | 11011 | 10101100 | 1100 | 1010100 | 0 | 100001 | 100100100 | 1001001 | 100111 |
Color Harmonies of #981BAC
Complementary color
Monochromatic Colors of #981BAC
Black with #981BAC
Text Example
Text Example
White with #981BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981BAC; }
p { color: rgb(152,27,172); }
H1.HeaderClassName
{
color: #981BAC;
}
.AnyTagClassName
{
color: #981BAC;
}
</style>
background-color css
<style>
a { background-color: #981BAC; }
a { background-color: rgb(152,27,172); }
div.DivClassName
{
background-color: #981BAC;
}
.BgClassName
{
background-color: #981BAC;
}
</style>
border-color css
<style>
span { border-color: #981BAC; }
span { border-color: rgb(152,27,172); }
td.TdClassName
{
border-color: #981BAC;
}
.TagClassName
{
border-color: #981BAC;
}
</style>