Shades of Dark Purple #8D298B
Tints of Dark Purple #8D298B
RGB
CMYK
RGB Variations
Color information
#8D298B (or 0x8D298B) is known color: Dark Purple. HEX triplet: 8D, 29 and 8B. RGB value is (141,41,139). Sum of RGB (Red+Green+Blue) = 141+41+139=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D298B is #72D674. Grayscale: #515151. Windows color (decimal): -7526005 or 9120141. OLE color: 9120141.
HSL color Cylindrical-coordinate representation of color #8D298B: hue angle of 301.2º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D298B is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 41 | 139 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.45 |
| HSL | 301.2º | 0.55% | 0.36% | - |
| HSV(B) | 301.2º | 0.71% | 0.55% | - |
| XYZ | 16.44 | 9.11 | 25.32 | - |
| YUV | 82.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 139 | 0 | 0.71 | 0.01 | 0.45 | 301.2 | 0.55 | 0.36 |
| Hex | 8D | 29 | 8B | 0 | 47 | 1 | 2D | 12D | 37 | 24 |
| Octal | 215 | 51 | 213 | 0 | 107 | 1 | 55 | 455 | 67 | 44 |
| Binary | 10001101 | 101001 | 10001011 | 0 | 1000111 | 1 | 101101 | 100101101 | 110111 | 100100 |
Color Harmonies of #8D298B
Complementary color
Monochromatic Colors of #8D298B
Black with #8D298B
Text Example
Text Example
White with #8D298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D298B; }
p { color: rgb(141,41,139); }
H1.HeaderClassName
{
color: #8D298B;
}
.AnyTagClassName
{
color: #8D298B;
}
</style>
background-color css
<style>
a { background-color: #8D298B; }
a { background-color: rgb(141,41,139); }
div.DivClassName
{
background-color: #8D298B;
}
.BgClassName
{
background-color: #8D298B;
}
</style>
border-color css
<style>
span { border-color: #8D298B; }
span { border-color: rgb(141,41,139); }
td.TdClassName
{
border-color: #8D298B;
}
.TagClassName
{
border-color: #8D298B;
}
</style>