Shades of Dark Purple #8B1080
Tints of Dark Purple #8B1080
RGB
CMYK
RGB Variations
Color information
#8B1080 (or 0x8B1080) is known color: Dark Purple. HEX triplet: 8B, 10 and 80. RGB value is (139,16,128). Sum of RGB (Red+Green+Blue) = 139+16+128=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1080 is #74EF7F. Grayscale: #414141. Windows color (decimal): -7663488 or 8392843. OLE color: 8392843.
HSL color Cylindrical-coordinate representation of color #8B1080: hue angle of 305.37º 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 #8B1080 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 128 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.45 |
| HSL | 305.37º | 0.79% | 0.3% | - |
| HSV(B) | 305.37º | 0.88% | 0.55% | - |
| XYZ | 14.73 | 7.42 | 21.08 | - |
| YUV | 65.55 | 163.25 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 128 | 0 | 0.88 | 0.08 | 0.45 | 305.37 | 0.79 | 0.3 |
| Hex | 8B | 10 | 80 | 0 | 58 | 8 | 2D | 131 | 4F | 1E |
| Octal | 213 | 20 | 200 | 0 | 130 | 10 | 55 | 461 | 117 | 36 |
| Binary | 10001011 | 10000 | 10000000 | 0 | 1011000 | 1000 | 101101 | 100110001 | 1001111 | 11110 |
Color Harmonies of #8B1080
Complementary color
Monochromatic Colors of #8B1080
Black with #8B1080
Text Example
Text Example
White with #8B1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1080; }
p { color: rgb(139,16,128); }
H1.HeaderClassName
{
color: #8B1080;
}
.AnyTagClassName
{
color: #8B1080;
}
</style>
background-color css
<style>
a { background-color: #8B1080; }
a { background-color: rgb(139,16,128); }
div.DivClassName
{
background-color: #8B1080;
}
.BgClassName
{
background-color: #8B1080;
}
</style>
border-color css
<style>
span { border-color: #8B1080; }
span { border-color: rgb(139,16,128); }
td.TdClassName
{
border-color: #8B1080;
}
.TagClassName
{
border-color: #8B1080;
}
</style>