Shades of Dark Purple #8B1A63
Tints of Dark Purple #8B1A63
RGB
CMYK
RGB Variations
Color information
#8B1A63 (or 0x8B1A63) is known color: Dark Purple. HEX triplet: 8B, 1A and 63. RGB value is (139,26,99). Sum of RGB (Red+Green+Blue) = 139+26+99=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1A63 is #74E59C. Grayscale: #434343. Windows color (decimal): -7660957 or 6494859. OLE color: 6494859.
HSL color Cylindrical-coordinate representation of color #8B1A63: hue angle of 321.24º 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 #8B1A63 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 26 | 99 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.45 |
| HSL | 321.24º | 0.68% | 0.32% | - |
| HSV(B) | 321.24º | 0.81% | 0.55% | - |
| XYZ | 13.27 | 7.13 | 12.48 | - |
| YUV | 68.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 26 | 99 | 0 | 0.81 | 0.29 | 0.45 | 321.24 | 0.68 | 0.32 |
| Hex | 8B | 1A | 63 | 0 | 51 | 1D | 2D | 141 | 44 | 20 |
| Octal | 213 | 32 | 143 | 0 | 121 | 35 | 55 | 501 | 104 | 40 |
| Binary | 10001011 | 11010 | 1100011 | 0 | 1010001 | 11101 | 101101 | 101000001 | 1000100 | 100000 |
Color Harmonies of #8B1A63
Complementary color
Monochromatic Colors of #8B1A63
Black with #8B1A63
Text Example
Text Example
White with #8B1A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1A63; }
p { color: rgb(139,26,99); }
H1.HeaderClassName
{
color: #8B1A63;
}
.AnyTagClassName
{
color: #8B1A63;
}
</style>
background-color css
<style>
a { background-color: #8B1A63; }
a { background-color: rgb(139,26,99); }
div.DivClassName
{
background-color: #8B1A63;
}
.BgClassName
{
background-color: #8B1A63;
}
</style>
border-color css
<style>
span { border-color: #8B1A63; }
span { border-color: rgb(139,26,99); }
td.TdClassName
{
border-color: #8B1A63;
}
.TagClassName
{
border-color: #8B1A63;
}
</style>