Shades of Dark Purple #8A347A
Tints of Dark Purple #8A347A
RGB
CMYK
RGB Variations
Color information
#8A347A (or 0x8A347A) is known color: Dark Purple. HEX triplet: 8A, 34 and 7A. RGB value is (138,52,122). Sum of RGB (Red+Green+Blue) = 138+52+122=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A347A is #75CB85. Grayscale: #555555. Windows color (decimal): -7719814 or 8008842. OLE color: 8008842.
HSL color Cylindrical-coordinate representation of color #8A347A: hue angle of 311.16º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A347A is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 52 | 122 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.46 |
| HSL | 311.16º | 0.45% | 0.37% | - |
| HSV(B) | 311.16º | 0.62% | 0.54% | - |
| XYZ | 15.22 | 9.26 | 19.4 | - |
| YUV | 85.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 52 | 122 | 0 | 0.62 | 0.12 | 0.46 | 311.16 | 0.45 | 0.37 |
| Hex | 8A | 34 | 7A | 0 | 3E | C | 2E | 137 | 2D | 25 |
| Octal | 212 | 64 | 172 | 0 | 76 | 14 | 56 | 467 | 55 | 45 |
| Binary | 10001010 | 110100 | 1111010 | 0 | 111110 | 1100 | 101110 | 100110111 | 101101 | 100101 |
Color Harmonies of #8A347A
Complementary color
Monochromatic Colors of #8A347A
Black with #8A347A
Text Example
Text Example
White with #8A347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A347A; }
p { color: rgb(138,52,122); }
H1.HeaderClassName
{
color: #8A347A;
}
.AnyTagClassName
{
color: #8A347A;
}
</style>
background-color css
<style>
a { background-color: #8A347A; }
a { background-color: rgb(138,52,122); }
div.DivClassName
{
background-color: #8A347A;
}
.BgClassName
{
background-color: #8A347A;
}
</style>
border-color css
<style>
span { border-color: #8A347A; }
span { border-color: rgb(138,52,122); }
td.TdClassName
{
border-color: #8A347A;
}
.TagClassName
{
border-color: #8A347A;
}
</style>