Shades of Dark Purple #8B0C72
Tints of Dark Purple #8B0C72
RGB
CMYK
RGB Variations
Color information
#8B0C72 (or 0x8B0C72) is known color: Dark Purple. HEX triplet: 8B, 0C and 72. RGB value is (139,12,114). Sum of RGB (Red+Green+Blue) = 139+12+114=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C72 is #74F38D. Grayscale: #3D3D3D. Windows color (decimal): -7664526 or 7474315. OLE color: 7474315.
HSL color Cylindrical-coordinate representation of color #8B0C72: hue angle of 311.81º 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 #8B0C72 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 12 | 114 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.45 |
| HSL | 311.81º | 0.84% | 0.3% | - |
| HSV(B) | 311.81º | 0.91% | 0.55% | - |
| XYZ | 13.82 | 6.97 | 16.54 | - |
| YUV | 61.6 | 157.58 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 12 | 114 | 0 | 0.91 | 0.18 | 0.45 | 311.81 | 0.84 | 0.3 |
| Hex | 8B | C | 72 | 0 | 5B | 12 | 2D | 138 | 54 | 1E |
| Octal | 213 | 14 | 162 | 0 | 133 | 22 | 55 | 470 | 124 | 36 |
| Binary | 10001011 | 1100 | 1110010 | 0 | 1011011 | 10010 | 101101 | 100111000 | 1010100 | 11110 |
Color Harmonies of #8B0C72
Complementary color
Monochromatic Colors of #8B0C72
Black with #8B0C72
Text Example
Text Example
White with #8B0C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0C72; }
p { color: rgb(139,12,114); }
H1.HeaderClassName
{
color: #8B0C72;
}
.AnyTagClassName
{
color: #8B0C72;
}
</style>
background-color css
<style>
a { background-color: #8B0C72; }
a { background-color: rgb(139,12,114); }
div.DivClassName
{
background-color: #8B0C72;
}
.BgClassName
{
background-color: #8B0C72;
}
</style>
border-color css
<style>
span { border-color: #8B0C72; }
span { border-color: rgb(139,12,114); }
td.TdClassName
{
border-color: #8B0C72;
}
.TagClassName
{
border-color: #8B0C72;
}
</style>