Shades of Purple #8D0B7D
Tints of Purple #8D0B7D
RGB
CMYK
RGB Variations
Color information
#8D0B7D (or 0x8D0B7D) is known color: Purple. HEX triplet: 8D, 0B and 7D. RGB value is (141,11,125). Sum of RGB (Red+Green+Blue) = 141+11+125=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0B7D is #72F482. Grayscale: #3E3E3E. Windows color (decimal): -7533699 or 8194957. OLE color: 8194957.
HSL color Cylindrical-coordinate representation of color #8D0B7D: hue angle of 307.38º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D0B7D is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 11 | 125 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.45 |
| HSL | 307.38º | 0.86% | 0.3% | - |
| HSV(B) | 307.38º | 0.92% | 0.55% | - |
| XYZ | 14.81 | 7.38 | 20.05 | - |
| YUV | 62.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 11 | 125 | 0 | 0.92 | 0.11 | 0.45 | 307.38 | 0.86 | 0.3 |
| Hex | 8D | B | 7D | 0 | 5C | B | 2D | 133 | 56 | 1E |
| Octal | 215 | 13 | 175 | 0 | 134 | 13 | 55 | 463 | 126 | 36 |
| Binary | 10001101 | 1011 | 1111101 | 0 | 1011100 | 1011 | 101101 | 100110011 | 1010110 | 11110 |
Color Harmonies of #8D0B7D
Complementary color
Monochromatic Colors of #8D0B7D
Black with #8D0B7D
Text Example
Text Example
White with #8D0B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0B7D; }
p { color: rgb(141,11,125); }
H1.HeaderClassName
{
color: #8D0B7D;
}
.AnyTagClassName
{
color: #8D0B7D;
}
</style>
background-color css
<style>
a { background-color: #8D0B7D; }
a { background-color: rgb(141,11,125); }
div.DivClassName
{
background-color: #8D0B7D;
}
.BgClassName
{
background-color: #8D0B7D;
}
</style>
border-color css
<style>
span { border-color: #8D0B7D; }
span { border-color: rgb(141,11,125); }
td.TdClassName
{
border-color: #8D0B7D;
}
.TagClassName
{
border-color: #8D0B7D;
}
</style>