Shades of Dark Purple #8A2A6E
Tints of Dark Purple #8A2A6E
RGB
CMYK
RGB Variations
Color information
#8A2A6E (or 0x8A2A6E) is known color: Dark Purple. HEX triplet: 8A, 2A and 6E. RGB value is (138,42,110). Sum of RGB (Red+Green+Blue) = 138+42+110=290 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.59% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2A6E is #75D591. Grayscale: #4E4E4E. Windows color (decimal): -7722386 or 7219850. OLE color: 7219850.
HSL color Cylindrical-coordinate representation of color #8A2A6E: hue angle of 317.5º degrees, saturation: 0.53, 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 #8A2A6E is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 42 | 110 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.46 |
| HSL | 317.5º | 0.53% | 0.35% | - |
| HSV(B) | 317.5º | 0.7% | 0.54% | - |
| XYZ | 14.12 | 8.18 | 15.59 | - |
| YUV | 78.46 | 145.8 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 42 | 110 | 0 | 0.70 | 0.20 | 0.46 | 317.5 | 0.53 | 0.35 |
| Hex | 8A | 2A | 6E | 0 | 46 | 14 | 2E | 13E | 35 | 23 |
| Octal | 212 | 52 | 156 | 0 | 106 | 24 | 56 | 476 | 65 | 43 |
| Binary | 10001010 | 101010 | 1101110 | 0 | 1000110 | 10100 | 101110 | 100111110 | 110101 | 100011 |
Color Harmonies of #8A2A6E
Complementary color
Monochromatic Colors of #8A2A6E
Black with #8A2A6E
Text Example
Text Example
White with #8A2A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2A6E; }
p { color: rgb(138,42,110); }
H1.HeaderClassName
{
color: #8A2A6E;
}
.AnyTagClassName
{
color: #8A2A6E;
}
</style>
background-color css
<style>
a { background-color: #8A2A6E; }
a { background-color: rgb(138,42,110); }
div.DivClassName
{
background-color: #8A2A6E;
}
.BgClassName
{
background-color: #8A2A6E;
}
</style>
border-color css
<style>
span { border-color: #8A2A6E; }
span { border-color: rgb(138,42,110); }
td.TdClassName
{
border-color: #8A2A6E;
}
.TagClassName
{
border-color: #8A2A6E;
}
</style>