Shades of Dark Purple #8D347A
Tints of Dark Purple #8D347A
RGB
CMYK
RGB Variations
Color information
#8D347A (or 0x8D347A) is known color: Dark Purple. HEX triplet: 8D, 34 and 7A. RGB value is (141,52,122). Sum of RGB (Red+Green+Blue) = 141+52+122=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D347A is #72CB85. Grayscale: #565656. Windows color (decimal): -7523206 or 8008845. OLE color: 8008845.
HSL color Cylindrical-coordinate representation of color #8D347A: hue angle of 312.81º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D347A is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 122 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.45 |
| HSL | 312.81º | 0.46% | 0.38% | - |
| HSV(B) | 312.81º | 0.63% | 0.55% | - |
| XYZ | 15.73 | 9.52 | 19.42 | - |
| YUV | 86.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 122 | 0 | 0.63 | 0.13 | 0.45 | 312.81 | 0.46 | 0.38 |
| Hex | 8D | 34 | 7A | 0 | 3F | D | 2D | 139 | 2E | 26 |
| Octal | 215 | 64 | 172 | 0 | 77 | 15 | 55 | 471 | 56 | 46 |
| Binary | 10001101 | 110100 | 1111010 | 0 | 111111 | 1101 | 101101 | 100111001 | 101110 | 100110 |
Color Harmonies of #8D347A
Complementary color
Monochromatic Colors of #8D347A
Black with #8D347A
Text Example
Text Example
White with #8D347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D347A; }
p { color: rgb(141,52,122); }
H1.HeaderClassName
{
color: #8D347A;
}
.AnyTagClassName
{
color: #8D347A;
}
</style>
background-color css
<style>
a { background-color: #8D347A; }
a { background-color: rgb(141,52,122); }
div.DivClassName
{
background-color: #8D347A;
}
.BgClassName
{
background-color: #8D347A;
}
</style>
border-color css
<style>
span { border-color: #8D347A; }
span { border-color: rgb(141,52,122); }
td.TdClassName
{
border-color: #8D347A;
}
.TagClassName
{
border-color: #8D347A;
}
</style>