Shades of Dark Orchid #982CAB
Tints of Dark Orchid #982CAB
RGB
CMYK
RGB Variations
Color information
#982CAB (or 0x982CAB) is known color: Dark Orchid. HEX triplet: 98, 2C and AB. RGB value is (152,44,171). Sum of RGB (Red+Green+Blue) = 152+44+171=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #982CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982CAB is #67D354. Grayscale: #5A5A5A. Windows color (decimal): -6804309 or 11218072. OLE color: 11218072.
HSL color Cylindrical-coordinate representation of color #982CAB: hue angle of 291.02º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982CAB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 44 | 171 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.33 |
| HSL | 291.02º | 0.59% | 0.42% | - |
| HSV(B) | 291.02º | 0.74% | 0.67% | - |
| XYZ | 21.2 | 11.42 | 39.61 | - |
| YUV | 90.77 | 173.28 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 171 | 0.11 | 0.74 | 0 | 0.33 | 291.02 | 0.59 | 0.42 |
| Hex | 98 | 2C | AB | B | 4A | 0 | 21 | 123 | 3B | 2A |
| Octal | 230 | 54 | 253 | 13 | 112 | 0 | 41 | 443 | 73 | 52 |
| Binary | 10011000 | 101100 | 10101011 | 1011 | 1001010 | 0 | 100001 | 100100011 | 111011 | 101010 |
Color Harmonies of #982CAB
Complementary color
Monochromatic Colors of #982CAB
Black with #982CAB
Text Example
Text Example
White with #982CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982CAB; }
p { color: rgb(152,44,171); }
H1.HeaderClassName
{
color: #982CAB;
}
.AnyTagClassName
{
color: #982CAB;
}
</style>
background-color css
<style>
a { background-color: #982CAB; }
a { background-color: rgb(152,44,171); }
div.DivClassName
{
background-color: #982CAB;
}
.BgClassName
{
background-color: #982CAB;
}
</style>
border-color css
<style>
span { border-color: #982CAB; }
span { border-color: rgb(152,44,171); }
td.TdClassName
{
border-color: #982CAB;
}
.TagClassName
{
border-color: #982CAB;
}
</style>