Shades of Dark Purple #8D2675
Tints of Dark Purple #8D2675
RGB
CMYK
RGB Variations
Color information
#8D2675 (or 0x8D2675) is known color: Dark Purple. HEX triplet: 8D, 26 and 75. RGB value is (141,38,117). Sum of RGB (Red+Green+Blue) = 141+38+117=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2675 is #72D98A. Grayscale: #4D4D4D. Windows color (decimal): -7526795 or 7677581. OLE color: 7677581.
HSL color Cylindrical-coordinate representation of color #8D2675: hue angle of 313.98º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D2675 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 38 | 117 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.45 |
| HSL | 313.98º | 0.58% | 0.35% | - |
| HSV(B) | 313.98º | 0.73% | 0.55% | - |
| XYZ | 14.89 | 8.33 | 17.65 | - |
| YUV | 77.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 117 | 0 | 0.73 | 0.17 | 0.45 | 313.98 | 0.58 | 0.35 |
| Hex | 8D | 26 | 75 | 0 | 49 | 11 | 2D | 13A | 3A | 23 |
| Octal | 215 | 46 | 165 | 0 | 111 | 21 | 55 | 472 | 72 | 43 |
| Binary | 10001101 | 100110 | 1110101 | 0 | 1001001 | 10001 | 101101 | 100111010 | 111010 | 100011 |
Color Harmonies of #8D2675
Complementary color
Monochromatic Colors of #8D2675
Black with #8D2675
Text Example
Text Example
White with #8D2675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2675; }
p { color: rgb(141,38,117); }
H1.HeaderClassName
{
color: #8D2675;
}
.AnyTagClassName
{
color: #8D2675;
}
</style>
background-color css
<style>
a { background-color: #8D2675; }
a { background-color: rgb(141,38,117); }
div.DivClassName
{
background-color: #8D2675;
}
.BgClassName
{
background-color: #8D2675;
}
</style>
border-color css
<style>
span { border-color: #8D2675; }
span { border-color: rgb(141,38,117); }
td.TdClassName
{
border-color: #8D2675;
}
.TagClassName
{
border-color: #8D2675;
}
</style>