Shades of Dark Orchid #981AAC
Tints of Dark Orchid #981AAC
RGB
CMYK
RGB Variations
Color information
#981AAC (or 0x981AAC) is known color: Dark Orchid. HEX triplet: 98, 1A and AC. RGB value is (152,26,172). Sum of RGB (Red+Green+Blue) = 152+26+172=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #981AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981AAC is #67E553. Grayscale: #4F4F4F. Windows color (decimal): -6808916 or 11279000. OLE color: 11279000.
HSL color Cylindrical-coordinate representation of color #981AAC: hue angle of 291.78º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981AAC is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 26 | 172 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.33 |
| HSL | 291.78º | 0.74% | 0.39% | - |
| HSV(B) | 291.78º | 0.85% | 0.67% | - |
| XYZ | 20.76 | 10.39 | 39.94 | - |
| YUV | 80.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 172 | 0.12 | 0.85 | 0 | 0.33 | 291.78 | 0.74 | 0.39 |
| Hex | 98 | 1A | AC | C | 55 | 0 | 21 | 124 | 4A | 27 |
| Octal | 230 | 32 | 254 | 14 | 125 | 0 | 41 | 444 | 112 | 47 |
| Binary | 10011000 | 11010 | 10101100 | 1100 | 1010101 | 0 | 100001 | 100100100 | 1001010 | 100111 |
Color Harmonies of #981AAC
Complementary color
Monochromatic Colors of #981AAC
Black with #981AAC
Text Example
Text Example
White with #981AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981AAC; }
p { color: rgb(152,26,172); }
H1.HeaderClassName
{
color: #981AAC;
}
.AnyTagClassName
{
color: #981AAC;
}
</style>
background-color css
<style>
a { background-color: #981AAC; }
a { background-color: rgb(152,26,172); }
div.DivClassName
{
background-color: #981AAC;
}
.BgClassName
{
background-color: #981AAC;
}
</style>
border-color css
<style>
span { border-color: #981AAC; }
span { border-color: rgb(152,26,172); }
td.TdClassName
{
border-color: #981AAC;
}
.TagClassName
{
border-color: #981AAC;
}
</style>