Shades of Dark Purple #8D276A
Tints of Dark Purple #8D276A
RGB
CMYK
RGB Variations
Color information
#8D276A (or 0x8D276A) is known color: Dark Purple. HEX triplet: 8D, 27 and 6A. RGB value is (141,39,106). Sum of RGB (Red+Green+Blue) = 141+39+106=286 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.30% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 141 - color contains mainly: red. Hex color #8D276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D276A is #72D895. Grayscale: #4C4C4C. Windows color (decimal): -7526550 or 6956941. OLE color: 6956941.
HSL color Cylindrical-coordinate representation of color #8D276A: hue angle of 320.59º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D276A is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 39 | 106 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.45 |
| HSL | 320.59º | 0.57% | 0.35% | - |
| HSV(B) | 320.59º | 0.72% | 0.55% | - |
| XYZ | 14.31 | 8.15 | 14.46 | - |
| YUV | 77.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 106 | 0 | 0.72 | 0.25 | 0.45 | 320.59 | 0.57 | 0.35 |
| Hex | 8D | 27 | 6A | 0 | 48 | 19 | 2D | 141 | 39 | 23 |
| Octal | 215 | 47 | 152 | 0 | 110 | 31 | 55 | 501 | 71 | 43 |
| Binary | 10001101 | 100111 | 1101010 | 0 | 1001000 | 11001 | 101101 | 101000001 | 111001 | 100011 |
Color Harmonies of #8D276A
Complementary color
Monochromatic Colors of #8D276A
Black with #8D276A
Text Example
Text Example
White with #8D276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D276A; }
p { color: rgb(141,39,106); }
H1.HeaderClassName
{
color: #8D276A;
}
.AnyTagClassName
{
color: #8D276A;
}
</style>
background-color css
<style>
a { background-color: #8D276A; }
a { background-color: rgb(141,39,106); }
div.DivClassName
{
background-color: #8D276A;
}
.BgClassName
{
background-color: #8D276A;
}
</style>
border-color css
<style>
span { border-color: #8D276A; }
span { border-color: rgb(141,39,106); }
td.TdClassName
{
border-color: #8D276A;
}
.TagClassName
{
border-color: #8D276A;
}
</style>