Shades of Dark Orchid #982AAC
Tints of Dark Orchid #982AAC
RGB
CMYK
RGB Variations
Color information
#982AAC (or 0x982AAC) is known color: Dark Orchid. HEX triplet: 98, 2A and AC. RGB value is (152,42,172). Sum of RGB (Red+Green+Blue) = 152+42+172=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #982AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982AAC is #67D553. Grayscale: #595959. Windows color (decimal): -6804820 or 11283096. OLE color: 11283096.
HSL color Cylindrical-coordinate representation of color #982AAC: hue angle of 290.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982AAC is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 42 | 172 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.33 |
| HSL | 290.77º | 0.61% | 0.42% | - |
| HSV(B) | 290.77º | 0.76% | 0.67% | - |
| XYZ | 21.22 | 11.31 | 40.09 | - |
| YUV | 89.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 172 | 0.12 | 0.76 | 0 | 0.33 | 290.77 | 0.61 | 0.42 |
| Hex | 98 | 2A | AC | C | 4C | 0 | 21 | 123 | 3D | 2A |
| Octal | 230 | 52 | 254 | 14 | 114 | 0 | 41 | 443 | 75 | 52 |
| Binary | 10011000 | 101010 | 10101100 | 1100 | 1001100 | 0 | 100001 | 100100011 | 111101 | 101010 |
Color Harmonies of #982AAC
Complementary color
Monochromatic Colors of #982AAC
Black with #982AAC
Text Example
Text Example
White with #982AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982AAC; }
p { color: rgb(152,42,172); }
H1.HeaderClassName
{
color: #982AAC;
}
.AnyTagClassName
{
color: #982AAC;
}
</style>
background-color css
<style>
a { background-color: #982AAC; }
a { background-color: rgb(152,42,172); }
div.DivClassName
{
background-color: #982AAC;
}
.BgClassName
{
background-color: #982AAC;
}
</style>
border-color css
<style>
span { border-color: #982AAC; }
span { border-color: rgb(152,42,172); }
td.TdClassName
{
border-color: #982AAC;
}
.TagClassName
{
border-color: #982AAC;
}
</style>