Shades of Dark Purple #8A367C
Tints of Dark Purple #8A367C
RGB
CMYK
RGB Variations
Color information
#8A367C (or 0x8A367C) is known color: Dark Purple. HEX triplet: 8A, 36 and 7C. RGB value is (138,54,124). Sum of RGB (Red+Green+Blue) = 138+54+124=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A367C is #75C983. Grayscale: #565656. Windows color (decimal): -7719300 or 8140426. OLE color: 8140426.
HSL color Cylindrical-coordinate representation of color #8A367C: hue angle of 310º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A367C is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 54 | 124 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.46 |
| HSL | 310º | 0.44% | 0.38% | - |
| HSV(B) | 310º | 0.61% | 0.54% | - |
| XYZ | 15.44 | 9.5 | 20.09 | - |
| YUV | 87.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 54 | 124 | 0 | 0.61 | 0.10 | 0.46 | 310 | 0.44 | 0.38 |
| Hex | 8A | 36 | 7C | 0 | 3D | A | 2E | 136 | 2C | 26 |
| Octal | 212 | 66 | 174 | 0 | 75 | 12 | 56 | 466 | 54 | 46 |
| Binary | 10001010 | 110110 | 1111100 | 0 | 111101 | 1010 | 101110 | 100110110 | 101100 | 100110 |
Color Harmonies of #8A367C
Complementary color
Monochromatic Colors of #8A367C
Black with #8A367C
Text Example
Text Example
White with #8A367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A367C; }
p { color: rgb(138,54,124); }
H1.HeaderClassName
{
color: #8A367C;
}
.AnyTagClassName
{
color: #8A367C;
}
</style>
background-color css
<style>
a { background-color: #8A367C; }
a { background-color: rgb(138,54,124); }
div.DivClassName
{
background-color: #8A367C;
}
.BgClassName
{
background-color: #8A367C;
}
</style>
border-color css
<style>
span { border-color: #8A367C; }
span { border-color: rgb(138,54,124); }
td.TdClassName
{
border-color: #8A367C;
}
.TagClassName
{
border-color: #8A367C;
}
</style>