Shades of Dark Purple #8D3F7A
Tints of Dark Purple #8D3F7A
RGB
CMYK
RGB Variations
Color information
#8D3F7A (or 0x8D3F7A) is known color: Dark Purple. HEX triplet: 8D, 3F and 7A. RGB value is (141,63,122). Sum of RGB (Red+Green+Blue) = 141+63+122=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3F7A is #72C085. Grayscale: #5C5C5C. Windows color (decimal): -7520390 or 8011661. OLE color: 8011661.
HSL color Cylindrical-coordinate representation of color #8D3F7A: hue angle of 314.62º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D3F7A is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 63 | 122 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.45 |
| HSL | 314.62º | 0.38% | 0.4% | - |
| HSV(B) | 314.62º | 0.55% | 0.55% | - |
| XYZ | 16.27 | 10.62 | 19.6 | - |
| YUV | 93.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 122 | 0 | 0.55 | 0.13 | 0.45 | 314.62 | 0.38 | 0.4 |
| Hex | 8D | 3F | 7A | 0 | 37 | D | 2D | 13B | 26 | 28 |
| Octal | 215 | 77 | 172 | 0 | 67 | 15 | 55 | 473 | 46 | 50 |
| Binary | 10001101 | 111111 | 1111010 | 0 | 110111 | 1101 | 101101 | 100111011 | 100110 | 101000 |
Color Harmonies of #8D3F7A
Complementary color
Monochromatic Colors of #8D3F7A
Black with #8D3F7A
Text Example
Text Example
White with #8D3F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3F7A; }
p { color: rgb(141,63,122); }
H1.HeaderClassName
{
color: #8D3F7A;
}
.AnyTagClassName
{
color: #8D3F7A;
}
</style>
background-color css
<style>
a { background-color: #8D3F7A; }
a { background-color: rgb(141,63,122); }
div.DivClassName
{
background-color: #8D3F7A;
}
.BgClassName
{
background-color: #8D3F7A;
}
</style>
border-color css
<style>
span { border-color: #8D3F7A; }
span { border-color: rgb(141,63,122); }
td.TdClassName
{
border-color: #8D3F7A;
}
.TagClassName
{
border-color: #8D3F7A;
}
</style>