Shades of Dark Purple #8A3E7A
Tints of Dark Purple #8A3E7A
RGB
CMYK
RGB Variations
Color information
#8A3E7A (or 0x8A3E7A) is known color: Dark Purple. HEX triplet: 8A, 3E and 7A. RGB value is (138,62,122). Sum of RGB (Red+Green+Blue) = 138+62+122=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3E7A is #75C185. Grayscale: #5B5B5B. Windows color (decimal): -7717254 or 8011402. OLE color: 8011402.
HSL color Cylindrical-coordinate representation of color #8A3E7A: hue angle of 312.63º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A3E7A is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 62 | 122 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.46 |
| HSL | 312.63º | 0.38% | 0.39% | - |
| HSV(B) | 312.63º | 0.55% | 0.54% | - |
| XYZ | 15.72 | 10.25 | 19.56 | - |
| YUV | 91.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 122 | 0 | 0.55 | 0.12 | 0.46 | 312.63 | 0.38 | 0.39 |
| Hex | 8A | 3E | 7A | 0 | 37 | C | 2E | 139 | 26 | 27 |
| Octal | 212 | 76 | 172 | 0 | 67 | 14 | 56 | 471 | 46 | 47 |
| Binary | 10001010 | 111110 | 1111010 | 0 | 110111 | 1100 | 101110 | 100111001 | 100110 | 100111 |
Color Harmonies of #8A3E7A
Complementary color
Monochromatic Colors of #8A3E7A
Black with #8A3E7A
Text Example
Text Example
White with #8A3E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3E7A; }
p { color: rgb(138,62,122); }
H1.HeaderClassName
{
color: #8A3E7A;
}
.AnyTagClassName
{
color: #8A3E7A;
}
</style>
background-color css
<style>
a { background-color: #8A3E7A; }
a { background-color: rgb(138,62,122); }
div.DivClassName
{
background-color: #8A3E7A;
}
.BgClassName
{
background-color: #8A3E7A;
}
</style>
border-color css
<style>
span { border-color: #8A3E7A; }
span { border-color: rgb(138,62,122); }
td.TdClassName
{
border-color: #8A3E7A;
}
.TagClassName
{
border-color: #8A3E7A;
}
</style>