Shades of Dark Purple #8B1A6C
Tints of Dark Purple #8B1A6C
RGB
CMYK
RGB Variations
Color information
#8B1A6C (or 0x8B1A6C) is known color: Dark Purple. HEX triplet: 8B, 1A and 6C. RGB value is (139,26,108). Sum of RGB (Red+Green+Blue) = 139+26+108=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1A6C is #74E593. Grayscale: #444444. Windows color (decimal): -7660948 or 7084683. OLE color: 7084683.
HSL color Cylindrical-coordinate representation of color #8B1A6C: hue angle of 316.46º 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 #8B1A6C is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 26 | 108 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.45 |
| HSL | 316.46º | 0.68% | 0.32% | - |
| HSV(B) | 316.46º | 0.81% | 0.55% | - |
| XYZ | 13.72 | 7.31 | 14.88 | - |
| YUV | 69.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 26 | 108 | 0 | 0.81 | 0.22 | 0.45 | 316.46 | 0.68 | 0.32 |
| Hex | 8B | 1A | 6C | 0 | 51 | 16 | 2D | 13C | 44 | 20 |
| Octal | 213 | 32 | 154 | 0 | 121 | 26 | 55 | 474 | 104 | 40 |
| Binary | 10001011 | 11010 | 1101100 | 0 | 1010001 | 10110 | 101101 | 100111100 | 1000100 | 100000 |
Color Harmonies of #8B1A6C
Complementary color
Monochromatic Colors of #8B1A6C
Black with #8B1A6C
Text Example
Text Example
White with #8B1A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1A6C; }
p { color: rgb(139,26,108); }
H1.HeaderClassName
{
color: #8B1A6C;
}
.AnyTagClassName
{
color: #8B1A6C;
}
</style>
background-color css
<style>
a { background-color: #8B1A6C; }
a { background-color: rgb(139,26,108); }
div.DivClassName
{
background-color: #8B1A6C;
}
.BgClassName
{
background-color: #8B1A6C;
}
</style>
border-color css
<style>
span { border-color: #8B1A6C; }
span { border-color: rgb(139,26,108); }
td.TdClassName
{
border-color: #8B1A6C;
}
.TagClassName
{
border-color: #8B1A6C;
}
</style>