Shades of Dark Purple #8D2B6B
Tints of Dark Purple #8D2B6B
RGB
CMYK
RGB Variations
Color information
#8D2B6B (or 0x8D2B6B) is known color: Dark Purple. HEX triplet: 8D, 2B and 6B. RGB value is (141,43,107). Sum of RGB (Red+Green+Blue) = 141+43+107=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2B6B is #72D494. Grayscale: #4F4F4F. Windows color (decimal): -7525525 or 7023501. OLE color: 7023501.
HSL color Cylindrical-coordinate representation of color #8D2B6B: hue angle of 320.82º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D2B6B is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 43 | 107 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.45 |
| HSL | 320.82º | 0.53% | 0.36% | - |
| HSV(B) | 320.82º | 0.7% | 0.55% | - |
| XYZ | 14.5 | 8.45 | 14.78 | - |
| YUV | 79.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 43 | 107 | 0 | 0.70 | 0.24 | 0.45 | 320.82 | 0.53 | 0.36 |
| Hex | 8D | 2B | 6B | 0 | 46 | 18 | 2D | 141 | 35 | 24 |
| Octal | 215 | 53 | 153 | 0 | 106 | 30 | 55 | 501 | 65 | 44 |
| Binary | 10001101 | 101011 | 1101011 | 0 | 1000110 | 11000 | 101101 | 101000001 | 110101 | 100100 |
Color Harmonies of #8D2B6B
Complementary color
Monochromatic Colors of #8D2B6B
Black with #8D2B6B
Text Example
Text Example
White with #8D2B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2B6B; }
p { color: rgb(141,43,107); }
H1.HeaderClassName
{
color: #8D2B6B;
}
.AnyTagClassName
{
color: #8D2B6B;
}
</style>
background-color css
<style>
a { background-color: #8D2B6B; }
a { background-color: rgb(141,43,107); }
div.DivClassName
{
background-color: #8D2B6B;
}
.BgClassName
{
background-color: #8D2B6B;
}
</style>
border-color css
<style>
span { border-color: #8D2B6B; }
span { border-color: rgb(141,43,107); }
td.TdClassName
{
border-color: #8D2B6B;
}
.TagClassName
{
border-color: #8D2B6B;
}
</style>