Shades of Dark Purple #8D1A8B
Tints of Dark Purple #8D1A8B
RGB
CMYK
RGB Variations
Color information
#8D1A8B (or 0x8D1A8B) is known color: Dark Purple. HEX triplet: 8D, 1A and 8B. RGB value is (141,26,139). Sum of RGB (Red+Green+Blue) = 141+26+139=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1A8B is #72E574. Grayscale: #484848. Windows color (decimal): -7529845 or 9116301. OLE color: 9116301.
HSL color Cylindrical-coordinate representation of color #8D1A8B: hue angle of 301.04º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1A8B is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 139 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.45 |
| HSL | 301.04º | 0.69% | 0.33% | - |
| HSV(B) | 301.04º | 0.82% | 0.55% | - |
| XYZ | 16.01 | 8.27 | 25.18 | - |
| YUV | 73.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 139 | 0 | 0.82 | 0.01 | 0.45 | 301.04 | 0.69 | 0.33 |
| Hex | 8D | 1A | 8B | 0 | 52 | 1 | 2D | 12D | 45 | 21 |
| Octal | 215 | 32 | 213 | 0 | 122 | 1 | 55 | 455 | 105 | 41 |
| Binary | 10001101 | 11010 | 10001011 | 0 | 1010010 | 1 | 101101 | 100101101 | 1000101 | 100001 |
Color Harmonies of #8D1A8B
Complementary color
Monochromatic Colors of #8D1A8B
Black with #8D1A8B
Text Example
Text Example
White with #8D1A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A8B; }
p { color: rgb(141,26,139); }
H1.HeaderClassName
{
color: #8D1A8B;
}
.AnyTagClassName
{
color: #8D1A8B;
}
</style>
background-color css
<style>
a { background-color: #8D1A8B; }
a { background-color: rgb(141,26,139); }
div.DivClassName
{
background-color: #8D1A8B;
}
.BgClassName
{
background-color: #8D1A8B;
}
</style>
border-color css
<style>
span { border-color: #8D1A8B; }
span { border-color: rgb(141,26,139); }
td.TdClassName
{
border-color: #8D1A8B;
}
.TagClassName
{
border-color: #8D1A8B;
}
</style>