Shades of Dark Orchid #982BAE
Tints of Dark Orchid #982BAE
RGB
CMYK
RGB Variations
Color information
#982BAE (or 0x982BAE) is known color: Dark Orchid. HEX triplet: 98, 2B and AE. RGB value is (152,43,174). Sum of RGB (Red+Green+Blue) = 152+43+174=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #982BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982BAE is #67D451. Grayscale: #5A5A5A. Windows color (decimal): -6804562 or 11414424. OLE color: 11414424.
HSL color Cylindrical-coordinate representation of color #982BAE: hue angle of 289.92º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982BAE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 43 | 174 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.32 |
| HSL | 289.92º | 0.6% | 0.43% | - |
| HSV(B) | 289.92º | 0.75% | 0.68% | - |
| XYZ | 21.45 | 11.46 | 41.13 | - |
| YUV | 90.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 174 | 0.13 | 0.75 | 0 | 0.32 | 289.92 | 0.6 | 0.43 |
| Hex | 98 | 2B | AE | D | 4B | 0 | 20 | 122 | 3C | 2B |
| Octal | 230 | 53 | 256 | 15 | 113 | 0 | 40 | 442 | 74 | 53 |
| Binary | 10011000 | 101011 | 10101110 | 1101 | 1001011 | 0 | 100000 | 100100010 | 111100 | 101011 |
Color Harmonies of #982BAE
Complementary color
Monochromatic Colors of #982BAE
Black with #982BAE
Text Example
Text Example
White with #982BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982BAE; }
p { color: rgb(152,43,174); }
H1.HeaderClassName
{
color: #982BAE;
}
.AnyTagClassName
{
color: #982BAE;
}
</style>
background-color css
<style>
a { background-color: #982BAE; }
a { background-color: rgb(152,43,174); }
div.DivClassName
{
background-color: #982BAE;
}
.BgClassName
{
background-color: #982BAE;
}
</style>
border-color css
<style>
span { border-color: #982BAE; }
span { border-color: rgb(152,43,174); }
td.TdClassName
{
border-color: #982BAE;
}
.TagClassName
{
border-color: #982BAE;
}
</style>