Shades of Dark Purple #8A1B7A
Tints of Dark Purple #8A1B7A
RGB
CMYK
RGB Variations
Color information
#8A1B7A (or 0x8A1B7A) is known color: Dark Purple. HEX triplet: 8A, 1B and 7A. RGB value is (138,27,122). Sum of RGB (Red+Green+Blue) = 138+27+122=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1B7A is #75E485. Grayscale: #464646. Windows color (decimal): -7726214 or 8002442. OLE color: 8002442.
HSL color Cylindrical-coordinate representation of color #8A1B7A: hue angle of 308.65º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1B7A is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 27 | 122 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.46 |
| HSL | 308.65º | 0.67% | 0.32% | - |
| HSV(B) | 308.65º | 0.8% | 0.54% | - |
| XYZ | 14.39 | 7.59 | 19.12 | - |
| YUV | 71.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 27 | 122 | 0 | 0.80 | 0.12 | 0.46 | 308.65 | 0.67 | 0.32 |
| Hex | 8A | 1B | 7A | 0 | 50 | C | 2E | 135 | 43 | 20 |
| Octal | 212 | 33 | 172 | 0 | 120 | 14 | 56 | 465 | 103 | 40 |
| Binary | 10001010 | 11011 | 1111010 | 0 | 1010000 | 1100 | 101110 | 100110101 | 1000011 | 100000 |
Color Harmonies of #8A1B7A
Complementary color
Monochromatic Colors of #8A1B7A
Black with #8A1B7A
Text Example
Text Example
White with #8A1B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1B7A; }
p { color: rgb(138,27,122); }
H1.HeaderClassName
{
color: #8A1B7A;
}
.AnyTagClassName
{
color: #8A1B7A;
}
</style>
background-color css
<style>
a { background-color: #8A1B7A; }
a { background-color: rgb(138,27,122); }
div.DivClassName
{
background-color: #8A1B7A;
}
.BgClassName
{
background-color: #8A1B7A;
}
</style>
border-color css
<style>
span { border-color: #8A1B7A; }
span { border-color: rgb(138,27,122); }
td.TdClassName
{
border-color: #8A1B7A;
}
.TagClassName
{
border-color: #8A1B7A;
}
</style>