Shades of Dark Purple #8A136A
Tints of Dark Purple #8A136A
RGB
CMYK
RGB Variations
Color information
#8A136A (or 0x8A136A) is known color: Dark Purple. HEX triplet: 8A, 13 and 6A. RGB value is (138,19,106). Sum of RGB (Red+Green+Blue) = 138+19+106=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A136A is #75EC95. Grayscale: #404040. Windows color (decimal): -7728278 or 6951818. OLE color: 6951818.
HSL color Cylindrical-coordinate representation of color #8A136A: hue angle of 316.13º degrees, saturation: 0.76, 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 #8A136A is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 19 | 106 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.46 |
| HSL | 316.13º | 0.76% | 0.31% | - |
| HSV(B) | 316.13º | 0.86% | 0.54% | - |
| XYZ | 13.32 | 6.91 | 14.27 | - |
| YUV | 64.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 19 | 106 | 0 | 0.86 | 0.23 | 0.46 | 316.13 | 0.76 | 0.31 |
| Hex | 8A | 13 | 6A | 0 | 56 | 17 | 2E | 13C | 4C | 1F |
| Octal | 212 | 23 | 152 | 0 | 126 | 27 | 56 | 474 | 114 | 37 |
| Binary | 10001010 | 10011 | 1101010 | 0 | 1010110 | 10111 | 101110 | 100111100 | 1001100 | 11111 |
Color Harmonies of #8A136A
Complementary color
Monochromatic Colors of #8A136A
Black with #8A136A
Text Example
Text Example
White with #8A136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A136A; }
p { color: rgb(138,19,106); }
H1.HeaderClassName
{
color: #8A136A;
}
.AnyTagClassName
{
color: #8A136A;
}
</style>
background-color css
<style>
a { background-color: #8A136A; }
a { background-color: rgb(138,19,106); }
div.DivClassName
{
background-color: #8A136A;
}
.BgClassName
{
background-color: #8A136A;
}
</style>
border-color css
<style>
span { border-color: #8A136A; }
span { border-color: rgb(138,19,106); }
td.TdClassName
{
border-color: #8A136A;
}
.TagClassName
{
border-color: #8A136A;
}
</style>