Shades of Dark Purple #8A3872
Tints of Dark Purple #8A3872
RGB
CMYK
RGB Variations
Color information
#8A3872 (or 0x8A3872) is known color: Dark Purple. HEX triplet: 8A, 38 and 72. RGB value is (138,56,114). Sum of RGB (Red+Green+Blue) = 138+56+114=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3872 is #75C78D. Grayscale: #565656. Windows color (decimal): -7718798 or 7485578. OLE color: 7485578.
HSL color Cylindrical-coordinate representation of color #8A3872: hue angle of 317.56º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A3872 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 56 | 114 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.46 |
| HSL | 317.56º | 0.42% | 0.38% | - |
| HSV(B) | 317.56º | 0.59% | 0.54% | - |
| XYZ | 14.93 | 9.45 | 16.96 | - |
| YUV | 87.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 56 | 114 | 0 | 0.59 | 0.17 | 0.46 | 317.56 | 0.42 | 0.38 |
| Hex | 8A | 38 | 72 | 0 | 3B | 11 | 2E | 13E | 2A | 26 |
| Octal | 212 | 70 | 162 | 0 | 73 | 21 | 56 | 476 | 52 | 46 |
| Binary | 10001010 | 111000 | 1110010 | 0 | 111011 | 10001 | 101110 | 100111110 | 101010 | 100110 |
Color Harmonies of #8A3872
Complementary color
Monochromatic Colors of #8A3872
Black with #8A3872
Text Example
Text Example
White with #8A3872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3872; }
p { color: rgb(138,56,114); }
H1.HeaderClassName
{
color: #8A3872;
}
.AnyTagClassName
{
color: #8A3872;
}
</style>
background-color css
<style>
a { background-color: #8A3872; }
a { background-color: rgb(138,56,114); }
div.DivClassName
{
background-color: #8A3872;
}
.BgClassName
{
background-color: #8A3872;
}
</style>
border-color css
<style>
span { border-color: #8A3872; }
span { border-color: rgb(138,56,114); }
td.TdClassName
{
border-color: #8A3872;
}
.TagClassName
{
border-color: #8A3872;
}
</style>