Shades of Dark Purple #8A1982
Tints of Dark Purple #8A1982
RGB
CMYK
RGB Variations
Color information
#8A1982 (or 0x8A1982) is known color: Dark Purple. HEX triplet: 8A, 19 and 82. RGB value is (138,25,130). Sum of RGB (Red+Green+Blue) = 138+25+130=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1982 is #75E67D. Grayscale: #464646. Windows color (decimal): -7726718 or 8526218. OLE color: 8526218.
HSL color Cylindrical-coordinate representation of color #8A1982: hue angle of 304.25º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A1982 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 25 | 130 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.46 |
| HSL | 304.25º | 0.69% | 0.32% | - |
| HSV(B) | 304.25º | 0.82% | 0.54% | - |
| XYZ | 14.86 | 7.71 | 21.82 | - |
| YUV | 70.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 130 | 0 | 0.82 | 0.06 | 0.46 | 304.25 | 0.69 | 0.32 |
| Hex | 8A | 19 | 82 | 0 | 52 | 6 | 2E | 130 | 45 | 20 |
| Octal | 212 | 31 | 202 | 0 | 122 | 6 | 56 | 460 | 105 | 40 |
| Binary | 10001010 | 11001 | 10000010 | 0 | 1010010 | 110 | 101110 | 100110000 | 1000101 | 100000 |
Color Harmonies of #8A1982
Complementary color
Monochromatic Colors of #8A1982
Black with #8A1982
Text Example
Text Example
White with #8A1982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1982; }
p { color: rgb(138,25,130); }
H1.HeaderClassName
{
color: #8A1982;
}
.AnyTagClassName
{
color: #8A1982;
}
</style>
background-color css
<style>
a { background-color: #8A1982; }
a { background-color: rgb(138,25,130); }
div.DivClassName
{
background-color: #8A1982;
}
.BgClassName
{
background-color: #8A1982;
}
</style>
border-color css
<style>
span { border-color: #8A1982; }
span { border-color: rgb(138,25,130); }
td.TdClassName
{
border-color: #8A1982;
}
.TagClassName
{
border-color: #8A1982;
}
</style>