Shades of Dark Purple #8B0D7A
Tints of Dark Purple #8B0D7A
RGB
CMYK
RGB Variations
Color information
#8B0D7A (or 0x8B0D7A) is known color: Dark Purple. HEX triplet: 8B, 0D and 7A. RGB value is (139,13,122). Sum of RGB (Red+Green+Blue) = 139+13+122=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D7A is #74F285. Grayscale: #3E3E3E. Windows color (decimal): -7664262 or 7998859. OLE color: 7998859.
HSL color Cylindrical-coordinate representation of color #8B0D7A: hue angle of 308.1º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0D7A is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 13 | 122 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.45 |
| HSL | 308.1º | 0.83% | 0.3% | - |
| HSV(B) | 308.1º | 0.91% | 0.55% | - |
| XYZ | 14.3 | 7.18 | 19.04 | - |
| YUV | 63.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 13 | 122 | 0 | 0.91 | 0.12 | 0.45 | 308.1 | 0.83 | 0.3 |
| Hex | 8B | D | 7A | 0 | 5B | C | 2D | 134 | 53 | 1E |
| Octal | 213 | 15 | 172 | 0 | 133 | 14 | 55 | 464 | 123 | 36 |
| Binary | 10001011 | 1101 | 1111010 | 0 | 1011011 | 1100 | 101101 | 100110100 | 1010011 | 11110 |
Color Harmonies of #8B0D7A
Complementary color
Monochromatic Colors of #8B0D7A
Black with #8B0D7A
Text Example
Text Example
White with #8B0D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0D7A; }
p { color: rgb(139,13,122); }
H1.HeaderClassName
{
color: #8B0D7A;
}
.AnyTagClassName
{
color: #8B0D7A;
}
</style>
background-color css
<style>
a { background-color: #8B0D7A; }
a { background-color: rgb(139,13,122); }
div.DivClassName
{
background-color: #8B0D7A;
}
.BgClassName
{
background-color: #8B0D7A;
}
</style>
border-color css
<style>
span { border-color: #8B0D7A; }
span { border-color: rgb(139,13,122); }
td.TdClassName
{
border-color: #8B0D7A;
}
.TagClassName
{
border-color: #8B0D7A;
}
</style>