Shades of Dark Purple #8A1575
Tints of Dark Purple #8A1575
RGB
CMYK
RGB Variations
Color information
#8A1575 (or 0x8A1575) is known color: Dark Purple. HEX triplet: 8A, 15 and 75. RGB value is (138,21,117). Sum of RGB (Red+Green+Blue) = 138+21+117=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1575 is #75EA8A. Grayscale: #424242. Windows color (decimal): -7727755 or 7673226. OLE color: 7673226.
HSL color Cylindrical-coordinate representation of color #8A1575: hue angle of 310.77º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A1575 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 21 | 117 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.46 |
| HSL | 310.77º | 0.74% | 0.31% | - |
| HSV(B) | 310.77º | 0.85% | 0.54% | - |
| XYZ | 13.96 | 7.22 | 17.49 | - |
| YUV | 66.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 21 | 117 | 0 | 0.85 | 0.15 | 0.46 | 310.77 | 0.74 | 0.31 |
| Hex | 8A | 15 | 75 | 0 | 55 | F | 2E | 137 | 4A | 1F |
| Octal | 212 | 25 | 165 | 0 | 125 | 17 | 56 | 467 | 112 | 37 |
| Binary | 10001010 | 10101 | 1110101 | 0 | 1010101 | 1111 | 101110 | 100110111 | 1001010 | 11111 |
Color Harmonies of #8A1575
Complementary color
Monochromatic Colors of #8A1575
Black with #8A1575
Text Example
Text Example
White with #8A1575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1575; }
p { color: rgb(138,21,117); }
H1.HeaderClassName
{
color: #8A1575;
}
.AnyTagClassName
{
color: #8A1575;
}
</style>
background-color css
<style>
a { background-color: #8A1575; }
a { background-color: rgb(138,21,117); }
div.DivClassName
{
background-color: #8A1575;
}
.BgClassName
{
background-color: #8A1575;
}
</style>
border-color css
<style>
span { border-color: #8A1575; }
span { border-color: rgb(138,21,117); }
td.TdClassName
{
border-color: #8A1575;
}
.TagClassName
{
border-color: #8A1575;
}
</style>