Shades of Dark Purple #8D2F7A
Tints of Dark Purple #8D2F7A
RGB
CMYK
RGB Variations
Color information
#8D2F7A (or 0x8D2F7A) is known color: Dark Purple. HEX triplet: 8D, 2F and 7A. RGB value is (141,47,122). Sum of RGB (Red+Green+Blue) = 141+47+122=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2F7A is #72D085. Grayscale: #535353. Windows color (decimal): -7524486 or 8007565. OLE color: 8007565.
HSL color Cylindrical-coordinate representation of color #8D2F7A: hue angle of 312.13º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D2F7A is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 47 | 122 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.45 |
| HSL | 312.13º | 0.5% | 0.37% | - |
| HSV(B) | 312.13º | 0.67% | 0.55% | - |
| XYZ | 15.51 | 9.1 | 19.35 | - |
| YUV | 83.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 122 | 0 | 0.67 | 0.13 | 0.45 | 312.13 | 0.5 | 0.37 |
| Hex | 8D | 2F | 7A | 0 | 43 | D | 2D | 138 | 32 | 25 |
| Octal | 215 | 57 | 172 | 0 | 103 | 15 | 55 | 470 | 62 | 45 |
| Binary | 10001101 | 101111 | 1111010 | 0 | 1000011 | 1101 | 101101 | 100111000 | 110010 | 100101 |
Color Harmonies of #8D2F7A
Complementary color
Monochromatic Colors of #8D2F7A
Black with #8D2F7A
Text Example
Text Example
White with #8D2F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2F7A; }
p { color: rgb(141,47,122); }
H1.HeaderClassName
{
color: #8D2F7A;
}
.AnyTagClassName
{
color: #8D2F7A;
}
</style>
background-color css
<style>
a { background-color: #8D2F7A; }
a { background-color: rgb(141,47,122); }
div.DivClassName
{
background-color: #8D2F7A;
}
.BgClassName
{
background-color: #8D2F7A;
}
</style>
border-color css
<style>
span { border-color: #8D2F7A; }
span { border-color: rgb(141,47,122); }
td.TdClassName
{
border-color: #8D2F7A;
}
.TagClassName
{
border-color: #8D2F7A;
}
</style>