Shades of Dark Purple #8D2C6A
Tints of Dark Purple #8D2C6A
RGB
CMYK
RGB Variations
Color information
#8D2C6A (or 0x8D2C6A) is known color: Dark Purple. HEX triplet: 8D, 2C and 6A. RGB value is (141,44,106). Sum of RGB (Red+Green+Blue) = 141+44+106=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2C6A is #72D395. Grayscale: #4F4F4F. Windows color (decimal): -7525270 or 6958221. OLE color: 6958221.
HSL color Cylindrical-coordinate representation of color #8D2C6A: hue angle of 321.65º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D2C6A is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 44 | 106 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.45 |
| HSL | 321.65º | 0.52% | 0.36% | - |
| HSV(B) | 321.65º | 0.69% | 0.55% | - |
| XYZ | 14.49 | 8.5 | 14.51 | - |
| YUV | 80.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 44 | 106 | 0 | 0.69 | 0.25 | 0.45 | 321.65 | 0.52 | 0.36 |
| Hex | 8D | 2C | 6A | 0 | 45 | 19 | 2D | 142 | 34 | 24 |
| Octal | 215 | 54 | 152 | 0 | 105 | 31 | 55 | 502 | 64 | 44 |
| Binary | 10001101 | 101100 | 1101010 | 0 | 1000101 | 11001 | 101101 | 101000010 | 110100 | 100100 |
Color Harmonies of #8D2C6A
Complementary color
Monochromatic Colors of #8D2C6A
Black with #8D2C6A
Text Example
Text Example
White with #8D2C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2C6A; }
p { color: rgb(141,44,106); }
H1.HeaderClassName
{
color: #8D2C6A;
}
.AnyTagClassName
{
color: #8D2C6A;
}
</style>
background-color css
<style>
a { background-color: #8D2C6A; }
a { background-color: rgb(141,44,106); }
div.DivClassName
{
background-color: #8D2C6A;
}
.BgClassName
{
background-color: #8D2C6A;
}
</style>
border-color css
<style>
span { border-color: #8D2C6A; }
span { border-color: rgb(141,44,106); }
td.TdClassName
{
border-color: #8D2C6A;
}
.TagClassName
{
border-color: #8D2C6A;
}
</style>