Shades of Dark Purple #8A217A
Tints of Dark Purple #8A217A
RGB
CMYK
RGB Variations
Color information
#8A217A (or 0x8A217A) is known color: Dark Purple. HEX triplet: 8A, 21 and 7A. RGB value is (138,33,122). Sum of RGB (Red+Green+Blue) = 138+33+122=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 138 - color contains mainly: red. Hex color #8A217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A217A is #75DE85. Grayscale: #4A4A4A. Windows color (decimal): -7724678 or 8003978. OLE color: 8003978.
HSL color Cylindrical-coordinate representation of color #8A217A: hue angle of 309.14º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A217A is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 33 | 122 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.46 |
| HSL | 309.14º | 0.61% | 0.34% | - |
| HSV(B) | 309.14º | 0.76% | 0.54% | - |
| XYZ | 14.54 | 7.9 | 19.17 | - |
| YUV | 74.54 | 154.79 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 33 | 122 | 0 | 0.76 | 0.12 | 0.46 | 309.14 | 0.61 | 0.34 |
| Hex | 8A | 21 | 7A | 0 | 4C | C | 2E | 135 | 3D | 22 |
| Octal | 212 | 41 | 172 | 0 | 114 | 14 | 56 | 465 | 75 | 42 |
| Binary | 10001010 | 100001 | 1111010 | 0 | 1001100 | 1100 | 101110 | 100110101 | 111101 | 100010 |
Color Harmonies of #8A217A
Complementary color
Monochromatic Colors of #8A217A
Black with #8A217A
Text Example
Text Example
White with #8A217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A217A; }
p { color: rgb(138,33,122); }
H1.HeaderClassName
{
color: #8A217A;
}
.AnyTagClassName
{
color: #8A217A;
}
</style>
background-color css
<style>
a { background-color: #8A217A; }
a { background-color: rgb(138,33,122); }
div.DivClassName
{
background-color: #8A217A;
}
.BgClassName
{
background-color: #8A217A;
}
</style>
border-color css
<style>
span { border-color: #8A217A; }
span { border-color: rgb(138,33,122); }
td.TdClassName
{
border-color: #8A217A;
}
.TagClassName
{
border-color: #8A217A;
}
</style>