Shades of Dark Purple #8A2982
Tints of Dark Purple #8A2982
RGB
CMYK
RGB Variations
Color information
#8A2982 (or 0x8A2982) is known color: Dark Purple. HEX triplet: 8A, 29 and 82. RGB value is (138,41,130). Sum of RGB (Red+Green+Blue) = 138+41+130=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2982 is #75D67D. Grayscale: #4F4F4F. Windows color (decimal): -7722622 or 8530314. OLE color: 8530314.
HSL color Cylindrical-coordinate representation of color #8A2982: hue angle of 304.95º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A2982 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 41 | 130 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.46 |
| HSL | 304.95º | 0.54% | 0.35% | - |
| HSV(B) | 304.95º | 0.7% | 0.54% | - |
| XYZ | 15.3 | 8.6 | 21.97 | - |
| YUV | 80.15 | 156.14 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 41 | 130 | 0 | 0.70 | 0.06 | 0.46 | 304.95 | 0.54 | 0.35 |
| Hex | 8A | 29 | 82 | 0 | 46 | 6 | 2E | 131 | 36 | 23 |
| Octal | 212 | 51 | 202 | 0 | 106 | 6 | 56 | 461 | 66 | 43 |
| Binary | 10001010 | 101001 | 10000010 | 0 | 1000110 | 110 | 101110 | 100110001 | 110110 | 100011 |
Color Harmonies of #8A2982
Complementary color
Monochromatic Colors of #8A2982
Black with #8A2982
Text Example
Text Example
White with #8A2982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2982; }
p { color: rgb(138,41,130); }
H1.HeaderClassName
{
color: #8A2982;
}
.AnyTagClassName
{
color: #8A2982;
}
</style>
background-color css
<style>
a { background-color: #8A2982; }
a { background-color: rgb(138,41,130); }
div.DivClassName
{
background-color: #8A2982;
}
.BgClassName
{
background-color: #8A2982;
}
</style>
border-color css
<style>
span { border-color: #8A2982; }
span { border-color: rgb(138,41,130); }
td.TdClassName
{
border-color: #8A2982;
}
.TagClassName
{
border-color: #8A2982;
}
</style>