Shades of Dark Purple #8B1072
Tints of Dark Purple #8B1072
RGB
CMYK
RGB Variations
Color information
#8B1072 (or 0x8B1072) is known color: Dark Purple. HEX triplet: 8B, 10 and 72. RGB value is (139,16,114). Sum of RGB (Red+Green+Blue) = 139+16+114=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1072 is #74EF8D. Grayscale: #3F3F3F. Windows color (decimal): -7663502 or 7475339. OLE color: 7475339.
HSL color Cylindrical-coordinate representation of color #8B1072: hue angle of 312.2º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1072 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 114 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.45 |
| HSL | 312.2º | 0.79% | 0.3% | - |
| HSV(B) | 312.2º | 0.88% | 0.55% | - |
| XYZ | 13.87 | 7.07 | 16.55 | - |
| YUV | 63.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 114 | 0 | 0.88 | 0.18 | 0.45 | 312.2 | 0.79 | 0.3 |
| Hex | 8B | 10 | 72 | 0 | 58 | 12 | 2D | 138 | 4F | 1E |
| Octal | 213 | 20 | 162 | 0 | 130 | 22 | 55 | 470 | 117 | 36 |
| Binary | 10001011 | 10000 | 1110010 | 0 | 1011000 | 10010 | 101101 | 100111000 | 1001111 | 11110 |
Color Harmonies of #8B1072
Complementary color
Monochromatic Colors of #8B1072
Black with #8B1072
Text Example
Text Example
White with #8B1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1072; }
p { color: rgb(139,16,114); }
H1.HeaderClassName
{
color: #8B1072;
}
.AnyTagClassName
{
color: #8B1072;
}
</style>
background-color css
<style>
a { background-color: #8B1072; }
a { background-color: rgb(139,16,114); }
div.DivClassName
{
background-color: #8B1072;
}
.BgClassName
{
background-color: #8B1072;
}
</style>
border-color css
<style>
span { border-color: #8B1072; }
span { border-color: rgb(139,16,114); }
td.TdClassName
{
border-color: #8B1072;
}
.TagClassName
{
border-color: #8B1072;
}
</style>