Shades of Dark Purple #8A1482
Tints of Dark Purple #8A1482
RGB
CMYK
RGB Variations
Color information
#8A1482 (or 0x8A1482) is known color: Dark Purple. HEX triplet: 8A, 14 and 82. RGB value is (138,20,130). Sum of RGB (Red+Green+Blue) = 138+20+130=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1482 is #75EB7D. Grayscale: #434343. Windows color (decimal): -7727998 or 8524938. OLE color: 8524938.
HSL color Cylindrical-coordinate representation of color #8A1482: hue angle of 304.07º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1482 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 20 | 130 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.46 |
| HSL | 304.07º | 0.75% | 0.31% | - |
| HSV(B) | 304.07º | 0.86% | 0.54% | - |
| XYZ | 14.76 | 7.52 | 21.79 | - |
| YUV | 67.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 20 | 130 | 0 | 0.86 | 0.06 | 0.46 | 304.07 | 0.75 | 0.31 |
| Hex | 8A | 14 | 82 | 0 | 56 | 6 | 2E | 130 | 4B | 1F |
| Octal | 212 | 24 | 202 | 0 | 126 | 6 | 56 | 460 | 113 | 37 |
| Binary | 10001010 | 10100 | 10000010 | 0 | 1010110 | 110 | 101110 | 100110000 | 1001011 | 11111 |
Color Harmonies of #8A1482
Complementary color
Monochromatic Colors of #8A1482
Black with #8A1482
Text Example
Text Example
White with #8A1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1482; }
p { color: rgb(138,20,130); }
H1.HeaderClassName
{
color: #8A1482;
}
.AnyTagClassName
{
color: #8A1482;
}
</style>
background-color css
<style>
a { background-color: #8A1482; }
a { background-color: rgb(138,20,130); }
div.DivClassName
{
background-color: #8A1482;
}
.BgClassName
{
background-color: #8A1482;
}
</style>
border-color css
<style>
span { border-color: #8A1482; }
span { border-color: rgb(138,20,130); }
td.TdClassName
{
border-color: #8A1482;
}
.TagClassName
{
border-color: #8A1482;
}
</style>