Shades of Dark Purple #8D126B
Tints of Dark Purple #8D126B
RGB
CMYK
RGB Variations
Color information
#8D126B (or 0x8D126B) is known color: Dark Purple. HEX triplet: 8D, 12 and 6B. RGB value is (141,18,107). Sum of RGB (Red+Green+Blue) = 141+18+107=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D126B is #72ED94. Grayscale: #404040. Windows color (decimal): -7531925 or 7017101. OLE color: 7017101.
HSL color Cylindrical-coordinate representation of color #8D126B: hue angle of 316.59º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D126B is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 18 | 107 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.45 |
| HSL | 316.59º | 0.77% | 0.31% | - |
| HSV(B) | 316.59º | 0.87% | 0.55% | - |
| XYZ | 13.85 | 7.16 | 14.56 | - |
| YUV | 64.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 18 | 107 | 0 | 0.87 | 0.24 | 0.45 | 316.59 | 0.77 | 0.31 |
| Hex | 8D | 12 | 6B | 0 | 57 | 18 | 2D | 13D | 4D | 1F |
| Octal | 215 | 22 | 153 | 0 | 127 | 30 | 55 | 475 | 115 | 37 |
| Binary | 10001101 | 10010 | 1101011 | 0 | 1010111 | 11000 | 101101 | 100111101 | 1001101 | 11111 |
Color Harmonies of #8D126B
Complementary color
Monochromatic Colors of #8D126B
Black with #8D126B
Text Example
Text Example
White with #8D126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D126B; }
p { color: rgb(141,18,107); }
H1.HeaderClassName
{
color: #8D126B;
}
.AnyTagClassName
{
color: #8D126B;
}
</style>
background-color css
<style>
a { background-color: #8D126B; }
a { background-color: rgb(141,18,107); }
div.DivClassName
{
background-color: #8D126B;
}
.BgClassName
{
background-color: #8D126B;
}
</style>
border-color css
<style>
span { border-color: #8D126B; }
span { border-color: rgb(141,18,107); }
td.TdClassName
{
border-color: #8D126B;
}
.TagClassName
{
border-color: #8D126B;
}
</style>