Shades of Dark Purple #8D347B
Tints of Dark Purple #8D347B
RGB
CMYK
RGB Variations
Color information
#8D347B (or 0x8D347B) is known color: Dark Purple. HEX triplet: 8D, 34 and 7B. RGB value is (141,52,123). Sum of RGB (Red+Green+Blue) = 141+52+123=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D347B is #72CB84. Grayscale: #565656. Windows color (decimal): -7523205 or 8074381. OLE color: 8074381.
HSL color Cylindrical-coordinate representation of color #8D347B: hue angle of 312.13º 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 #8D347B is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 123 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.45 |
| HSL | 312.13º | 0.46% | 0.38% | - |
| HSV(B) | 312.13º | 0.63% | 0.55% | - |
| XYZ | 15.79 | 9.55 | 19.75 | - |
| YUV | 86.71 | 148.49 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 123 | 0 | 0.63 | 0.13 | 0.45 | 312.13 | 0.46 | 0.38 |
| Hex | 8D | 34 | 7B | 0 | 3F | D | 2D | 138 | 2E | 26 |
| Octal | 215 | 64 | 173 | 0 | 77 | 15 | 55 | 470 | 56 | 46 |
| Binary | 10001101 | 110100 | 1111011 | 0 | 111111 | 1101 | 101101 | 100111000 | 101110 | 100110 |
Color Harmonies of #8D347B
Complementary color
Monochromatic Colors of #8D347B
Black with #8D347B
Text Example
Text Example
White with #8D347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D347B; }
p { color: rgb(141,52,123); }
H1.HeaderClassName
{
color: #8D347B;
}
.AnyTagClassName
{
color: #8D347B;
}
</style>
background-color css
<style>
a { background-color: #8D347B; }
a { background-color: rgb(141,52,123); }
div.DivClassName
{
background-color: #8D347B;
}
.BgClassName
{
background-color: #8D347B;
}
</style>
border-color css
<style>
span { border-color: #8D347B; }
span { border-color: rgb(141,52,123); }
td.TdClassName
{
border-color: #8D347B;
}
.TagClassName
{
border-color: #8D347B;
}
</style>