Shades of Dark Purple #8D1C8A
Tints of Dark Purple #8D1C8A
RGB
CMYK
RGB Variations
Color information
#8D1C8A (or 0x8D1C8A) is known color: Dark Purple. HEX triplet: 8D, 1C and 8A. RGB value is (141,28,138). Sum of RGB (Red+Green+Blue) = 141+28+138=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1C8A is #72E375. Grayscale: #4A4A4A. Windows color (decimal): -7529334 or 9051277. OLE color: 9051277.
HSL color Cylindrical-coordinate representation of color #8D1C8A: hue angle of 301.59º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D1C8A is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 28 | 138 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.45 |
| HSL | 301.59º | 0.67% | 0.33% | - |
| HSV(B) | 301.59º | 0.8% | 0.55% | - |
| XYZ | 15.99 | 8.33 | 24.81 | - |
| YUV | 74.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 138 | 0 | 0.80 | 0.02 | 0.45 | 301.59 | 0.67 | 0.33 |
| Hex | 8D | 1C | 8A | 0 | 50 | 2 | 2D | 12E | 43 | 21 |
| Octal | 215 | 34 | 212 | 0 | 120 | 2 | 55 | 456 | 103 | 41 |
| Binary | 10001101 | 11100 | 10001010 | 0 | 1010000 | 10 | 101101 | 100101110 | 1000011 | 100001 |
Color Harmonies of #8D1C8A
Complementary color
Monochromatic Colors of #8D1C8A
Black with #8D1C8A
Text Example
Text Example
White with #8D1C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1C8A; }
p { color: rgb(141,28,138); }
H1.HeaderClassName
{
color: #8D1C8A;
}
.AnyTagClassName
{
color: #8D1C8A;
}
</style>
background-color css
<style>
a { background-color: #8D1C8A; }
a { background-color: rgb(141,28,138); }
div.DivClassName
{
background-color: #8D1C8A;
}
.BgClassName
{
background-color: #8D1C8A;
}
</style>
border-color css
<style>
span { border-color: #8D1C8A; }
span { border-color: rgb(141,28,138); }
td.TdClassName
{
border-color: #8D1C8A;
}
.TagClassName
{
border-color: #8D1C8A;
}
</style>