Shades of Purple #8D007B
Tints of Purple #8D007B
RGB
CMYK
RGB Variations
Color information
#8D007B (or 0x8D007B) is known color: Purple. HEX triplet: 8D, 00 and 7B. RGB value is (141,0,123). Sum of RGB (Red+Green+Blue) = 141+0+123=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D007B is #72FF84. Grayscale: #373737. Windows color (decimal): -7536517 or 8061069. OLE color: 8061069.
HSL color Cylindrical-coordinate representation of color #8D007B: hue angle of 307.66º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D007B is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.13 | 0.45 |
| HSL | 307.66º | 1% | 0.28% | - |
| HSV(B) | 307.66º | 1% | 0.55% | - |
| XYZ | 14.56 | 7.09 | 19.34 | - |
| YUV | 56.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 123 | 0 | 1 | 0.13 | 0.45 | 307.66 | 1 | 0.28 |
| Hex | 8D | 0 | 7B | 0 | 64 | D | 2D | 134 | 64 | 1C |
| Octal | 215 | 0 | 173 | 0 | 144 | 15 | 55 | 464 | 144 | 34 |
| Binary | 10001101 | 0 | 1111011 | 0 | 1100100 | 1101 | 101101 | 100110100 | 1100100 | 11100 |
Color Harmonies of #8D007B
Complementary color
Monochromatic Colors of #8D007B
Black with #8D007B
Text Example
Text Example
White with #8D007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D007B; }
p { color: rgb(141,0,123); }
H1.HeaderClassName
{
color: #8D007B;
}
.AnyTagClassName
{
color: #8D007B;
}
</style>
background-color css
<style>
a { background-color: #8D007B; }
a { background-color: rgb(141,0,123); }
div.DivClassName
{
background-color: #8D007B;
}
.BgClassName
{
background-color: #8D007B;
}
</style>
border-color css
<style>
span { border-color: #8D007B; }
span { border-color: rgb(141,0,123); }
td.TdClassName
{
border-color: #8D007B;
}
.TagClassName
{
border-color: #8D007B;
}
</style>