Shades of Dark Purple #8B1A78
Tints of Dark Purple #8B1A78
RGB
CMYK
RGB Variations
Color information
#8B1A78 (or 0x8B1A78) is known color: Dark Purple. HEX triplet: 8B, 1A and 78. RGB value is (139,26,120). Sum of RGB (Red+Green+Blue) = 139+26+120=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1A78 is #74E587. Grayscale: #464646. Windows color (decimal): -7660936 or 7871115. OLE color: 7871115.
HSL color Cylindrical-coordinate representation of color #8B1A78: hue angle of 310.09º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1A78 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 26 | 120 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.45 |
| HSL | 310.09º | 0.68% | 0.32% | - |
| HSV(B) | 310.09º | 0.81% | 0.55% | - |
| XYZ | 14.41 | 7.58 | 18.47 | - |
| YUV | 70.5 | 155.94 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 26 | 120 | 0 | 0.81 | 0.14 | 0.45 | 310.09 | 0.68 | 0.32 |
| Hex | 8B | 1A | 78 | 0 | 51 | E | 2D | 136 | 44 | 20 |
| Octal | 213 | 32 | 170 | 0 | 121 | 16 | 55 | 466 | 104 | 40 |
| Binary | 10001011 | 11010 | 1111000 | 0 | 1010001 | 1110 | 101101 | 100110110 | 1000100 | 100000 |
Color Harmonies of #8B1A78
Complementary color
Monochromatic Colors of #8B1A78
Black with #8B1A78
Text Example
Text Example
White with #8B1A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1A78; }
p { color: rgb(139,26,120); }
H1.HeaderClassName
{
color: #8B1A78;
}
.AnyTagClassName
{
color: #8B1A78;
}
</style>
background-color css
<style>
a { background-color: #8B1A78; }
a { background-color: rgb(139,26,120); }
div.DivClassName
{
background-color: #8B1A78;
}
.BgClassName
{
background-color: #8B1A78;
}
</style>
border-color css
<style>
span { border-color: #8B1A78; }
span { border-color: rgb(139,26,120); }
td.TdClassName
{
border-color: #8B1A78;
}
.TagClassName
{
border-color: #8B1A78;
}
</style>