Shades of Dark Orchid #982BAC
Tints of Dark Orchid #982BAC
RGB
CMYK
RGB Variations
Color information
#982BAC (or 0x982BAC) is known color: Dark Orchid. HEX triplet: 98, 2B and AC. RGB value is (152,43,172). Sum of RGB (Red+Green+Blue) = 152+43+172=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #982BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982BAC is #67D453. Grayscale: #595959. Windows color (decimal): -6804564 or 11283352. OLE color: 11283352.
HSL color Cylindrical-coordinate representation of color #982BAC: hue angle of 290.7º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982BAC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 43 | 172 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.33 |
| HSL | 290.7º | 0.6% | 0.42% | - |
| HSV(B) | 290.7º | 0.75% | 0.67% | - |
| XYZ | 21.26 | 11.38 | 40.11 | - |
| YUV | 90.3 | 174.11 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 172 | 0.12 | 0.75 | 0 | 0.33 | 290.7 | 0.6 | 0.42 |
| Hex | 98 | 2B | AC | C | 4B | 0 | 21 | 123 | 3C | 2A |
| Octal | 230 | 53 | 254 | 14 | 113 | 0 | 41 | 443 | 74 | 52 |
| Binary | 10011000 | 101011 | 10101100 | 1100 | 1001011 | 0 | 100001 | 100100011 | 111100 | 101010 |
Color Harmonies of #982BAC
Complementary color
Monochromatic Colors of #982BAC
Black with #982BAC
Text Example
Text Example
White with #982BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982BAC; }
p { color: rgb(152,43,172); }
H1.HeaderClassName
{
color: #982BAC;
}
.AnyTagClassName
{
color: #982BAC;
}
</style>
background-color css
<style>
a { background-color: #982BAC; }
a { background-color: rgb(152,43,172); }
div.DivClassName
{
background-color: #982BAC;
}
.BgClassName
{
background-color: #982BAC;
}
</style>
border-color css
<style>
span { border-color: #982BAC; }
span { border-color: rgb(152,43,172); }
td.TdClassName
{
border-color: #982BAC;
}
.TagClassName
{
border-color: #982BAC;
}
</style>