Shades of Dark Purple #8B0C7A
Tints of Dark Purple #8B0C7A
RGB
CMYK
RGB Variations
Color information
#8B0C7A (or 0x8B0C7A) is known color: Dark Purple. HEX triplet: 8B, 0C and 7A. RGB value is (139,12,122). Sum of RGB (Red+Green+Blue) = 139+12+122=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C7A is #74F385. Grayscale: #3E3E3E. Windows color (decimal): -7664518 or 7998603. OLE color: 7998603.
HSL color Cylindrical-coordinate representation of color #8B0C7A: hue angle of 308.03º degrees, saturation: 0.84, 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 #8B0C7A is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 12 | 122 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.45 |
| HSL | 308.03º | 0.84% | 0.3% | - |
| HSV(B) | 308.03º | 0.91% | 0.55% | - |
| XYZ | 14.29 | 7.16 | 19.04 | - |
| YUV | 62.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 12 | 122 | 0 | 0.91 | 0.12 | 0.45 | 308.03 | 0.84 | 0.3 |
| Hex | 8B | C | 7A | 0 | 5B | C | 2D | 134 | 54 | 1E |
| Octal | 213 | 14 | 172 | 0 | 133 | 14 | 55 | 464 | 124 | 36 |
| Binary | 10001011 | 1100 | 1111010 | 0 | 1011011 | 1100 | 101101 | 100110100 | 1010100 | 11110 |
Color Harmonies of #8B0C7A
Complementary color
Monochromatic Colors of #8B0C7A
Black with #8B0C7A
Text Example
Text Example
White with #8B0C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0C7A; }
p { color: rgb(139,12,122); }
H1.HeaderClassName
{
color: #8B0C7A;
}
.AnyTagClassName
{
color: #8B0C7A;
}
</style>
background-color css
<style>
a { background-color: #8B0C7A; }
a { background-color: rgb(139,12,122); }
div.DivClassName
{
background-color: #8B0C7A;
}
.BgClassName
{
background-color: #8B0C7A;
}
</style>
border-color css
<style>
span { border-color: #8B0C7A; }
span { border-color: rgb(139,12,122); }
td.TdClassName
{
border-color: #8B0C7A;
}
.TagClassName
{
border-color: #8B0C7A;
}
</style>