Shades of Dark Purple #8D1A6C
Tints of Dark Purple #8D1A6C
RGB
CMYK
RGB Variations
Color information
#8D1A6C (or 0x8D1A6C) is known color: Dark Purple. HEX triplet: 8D, 1A and 6C. RGB value is (141,26,108). Sum of RGB (Red+Green+Blue) = 141+26+108=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1A6C is #72E593. Grayscale: #454545. Windows color (decimal): -7529876 or 7084685. OLE color: 7084685.
HSL color Cylindrical-coordinate representation of color #8D1A6C: hue angle of 317.22º 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 #8D1A6C is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 108 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.45 |
| HSL | 317.22º | 0.69% | 0.33% | - |
| HSV(B) | 317.22º | 0.82% | 0.55% | - |
| XYZ | 14.06 | 7.48 | 14.89 | - |
| YUV | 69.73 | 149.6 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 108 | 0 | 0.82 | 0.23 | 0.45 | 317.22 | 0.69 | 0.33 |
| Hex | 8D | 1A | 6C | 0 | 52 | 17 | 2D | 13D | 45 | 21 |
| Octal | 215 | 32 | 154 | 0 | 122 | 27 | 55 | 475 | 105 | 41 |
| Binary | 10001101 | 11010 | 1101100 | 0 | 1010010 | 10111 | 101101 | 100111101 | 1000101 | 100001 |
Color Harmonies of #8D1A6C
Complementary color
Monochromatic Colors of #8D1A6C
Black with #8D1A6C
Text Example
Text Example
White with #8D1A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A6C; }
p { color: rgb(141,26,108); }
H1.HeaderClassName
{
color: #8D1A6C;
}
.AnyTagClassName
{
color: #8D1A6C;
}
</style>
background-color css
<style>
a { background-color: #8D1A6C; }
a { background-color: rgb(141,26,108); }
div.DivClassName
{
background-color: #8D1A6C;
}
.BgClassName
{
background-color: #8D1A6C;
}
</style>
border-color css
<style>
span { border-color: #8D1A6C; }
span { border-color: rgb(141,26,108); }
td.TdClassName
{
border-color: #8D1A6C;
}
.TagClassName
{
border-color: #8D1A6C;
}
</style>