Shades of Dark Purple #8A0C7A
Tints of Dark Purple #8A0C7A
RGB
CMYK
RGB Variations
Color information
#8A0C7A (or 0x8A0C7A) is known color: Dark Purple. HEX triplet: 8A, 0C and 7A. RGB value is (138,12,122). Sum of RGB (Red+Green+Blue) = 138+12+122=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0C7A is #75F385. Grayscale: #3D3D3D. Windows color (decimal): -7730054 or 7998602. OLE color: 7998602.
HSL color Cylindrical-coordinate representation of color #8A0C7A: hue angle of 307.62º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0C7A is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 122 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.46 |
| HSL | 307.62º | 0.84% | 0.29% | - |
| HSV(B) | 307.62º | 0.91% | 0.54% | - |
| XYZ | 14.13 | 7.07 | 19.03 | - |
| YUV | 62.21 | 161.74 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 122 | 0 | 0.91 | 0.12 | 0.46 | 307.62 | 0.84 | 0.29 |
| Hex | 8A | C | 7A | 0 | 5B | C | 2E | 134 | 54 | 1D |
| Octal | 212 | 14 | 172 | 0 | 133 | 14 | 56 | 464 | 124 | 35 |
| Binary | 10001010 | 1100 | 1111010 | 0 | 1011011 | 1100 | 101110 | 100110100 | 1010100 | 11101 |
Color Harmonies of #8A0C7A
Complementary color
Monochromatic Colors of #8A0C7A
Black with #8A0C7A
Text Example
Text Example
White with #8A0C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C7A; }
p { color: rgb(138,12,122); }
H1.HeaderClassName
{
color: #8A0C7A;
}
.AnyTagClassName
{
color: #8A0C7A;
}
</style>
background-color css
<style>
a { background-color: #8A0C7A; }
a { background-color: rgb(138,12,122); }
div.DivClassName
{
background-color: #8A0C7A;
}
.BgClassName
{
background-color: #8A0C7A;
}
</style>
border-color css
<style>
span { border-color: #8A0C7A; }
span { border-color: rgb(138,12,122); }
td.TdClassName
{
border-color: #8A0C7A;
}
.TagClassName
{
border-color: #8A0C7A;
}
</style>