Shades of Dark Purple #8A2189
Tints of Dark Purple #8A2189
RGB
CMYK
RGB Variations
Color information
#8A2189 (or 0x8A2189) is known color: Dark Purple. HEX triplet: 8A, 21 and 89. RGB value is (138,33,137). Sum of RGB (Red+Green+Blue) = 138+33+137=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2189 is #75DE76. Grayscale: #4B4B4B. Windows color (decimal): -7724663 or 8987018. OLE color: 8987018.
HSL color Cylindrical-coordinate representation of color #8A2189: hue angle of 300.57º 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 #8A2189 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 33 | 137 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.46 |
| HSL | 300.57º | 0.61% | 0.34% | - |
| HSV(B) | 300.57º | 0.76% | 0.54% | - |
| XYZ | 15.54 | 8.3 | 24.45 | - |
| YUV | 76.25 | 162.29 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 33 | 137 | 0 | 0.76 | 0.01 | 0.46 | 300.57 | 0.61 | 0.34 |
| Hex | 8A | 21 | 89 | 0 | 4C | 1 | 2E | 12D | 3D | 22 |
| Octal | 212 | 41 | 211 | 0 | 114 | 1 | 56 | 455 | 75 | 42 |
| Binary | 10001010 | 100001 | 10001001 | 0 | 1001100 | 1 | 101110 | 100101101 | 111101 | 100010 |
Color Harmonies of #8A2189
Complementary color
Monochromatic Colors of #8A2189
Black with #8A2189
Text Example
Text Example
White with #8A2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2189; }
p { color: rgb(138,33,137); }
H1.HeaderClassName
{
color: #8A2189;
}
.AnyTagClassName
{
color: #8A2189;
}
</style>
background-color css
<style>
a { background-color: #8A2189; }
a { background-color: rgb(138,33,137); }
div.DivClassName
{
background-color: #8A2189;
}
.BgClassName
{
background-color: #8A2189;
}
</style>
border-color css
<style>
span { border-color: #8A2189; }
span { border-color: rgb(138,33,137); }
td.TdClassName
{
border-color: #8A2189;
}
.TagClassName
{
border-color: #8A2189;
}
</style>