Shades of Dark Purple #8A1C7A
Tints of Dark Purple #8A1C7A
RGB
CMYK
RGB Variations
Color information
#8A1C7A (or 0x8A1C7A) is known color: Dark Purple. HEX triplet: 8A, 1C and 7A. RGB value is (138,28,122). Sum of RGB (Red+Green+Blue) = 138+28+122=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1C7A is #75E385. Grayscale: #474747. Windows color (decimal): -7725958 or 8002698. OLE color: 8002698.
HSL color Cylindrical-coordinate representation of color #8A1C7A: hue angle of 308.73º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1C7A is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 122 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.46 |
| HSL | 308.73º | 0.66% | 0.33% | - |
| HSV(B) | 308.73º | 0.8% | 0.54% | - |
| XYZ | 14.41 | 7.64 | 19.13 | - |
| YUV | 71.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 122 | 0 | 0.80 | 0.12 | 0.46 | 308.73 | 0.66 | 0.33 |
| Hex | 8A | 1C | 7A | 0 | 50 | C | 2E | 135 | 42 | 21 |
| Octal | 212 | 34 | 172 | 0 | 120 | 14 | 56 | 465 | 102 | 41 |
| Binary | 10001010 | 11100 | 1111010 | 0 | 1010000 | 1100 | 101110 | 100110101 | 1000010 | 100001 |
Color Harmonies of #8A1C7A
Complementary color
Monochromatic Colors of #8A1C7A
Black with #8A1C7A
Text Example
Text Example
White with #8A1C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C7A; }
p { color: rgb(138,28,122); }
H1.HeaderClassName
{
color: #8A1C7A;
}
.AnyTagClassName
{
color: #8A1C7A;
}
</style>
background-color css
<style>
a { background-color: #8A1C7A; }
a { background-color: rgb(138,28,122); }
div.DivClassName
{
background-color: #8A1C7A;
}
.BgClassName
{
background-color: #8A1C7A;
}
</style>
border-color css
<style>
span { border-color: #8A1C7A; }
span { border-color: rgb(138,28,122); }
td.TdClassName
{
border-color: #8A1C7A;
}
.TagClassName
{
border-color: #8A1C7A;
}
</style>