Shades of Dark Purple #8B146A
Tints of Dark Purple #8B146A
RGB
CMYK
RGB Variations
Color information
#8B146A (or 0x8B146A) is known color: Dark Purple. HEX triplet: 8B, 14 and 6A. RGB value is (139,20,106). Sum of RGB (Red+Green+Blue) = 139+20+106=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B146A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B146A is #74EB95. Grayscale: #414141. Windows color (decimal): -7662486 or 6952075. OLE color: 6952075.
HSL color Cylindrical-coordinate representation of color #8B146A: hue angle of 316.64º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B146A is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 20 | 106 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.45 |
| HSL | 316.64º | 0.75% | 0.31% | - |
| HSV(B) | 316.64º | 0.86% | 0.55% | - |
| XYZ | 13.5 | 7.03 | 14.28 | - |
| YUV | 65.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 20 | 106 | 0 | 0.86 | 0.24 | 0.45 | 316.64 | 0.75 | 0.31 |
| Hex | 8B | 14 | 6A | 0 | 56 | 18 | 2D | 13D | 4B | 1F |
| Octal | 213 | 24 | 152 | 0 | 126 | 30 | 55 | 475 | 113 | 37 |
| Binary | 10001011 | 10100 | 1101010 | 0 | 1010110 | 11000 | 101101 | 100111101 | 1001011 | 11111 |
Color Harmonies of #8B146A
Complementary color
Monochromatic Colors of #8B146A
Black with #8B146A
Text Example
Text Example
White with #8B146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B146A; }
p { color: rgb(139,20,106); }
H1.HeaderClassName
{
color: #8B146A;
}
.AnyTagClassName
{
color: #8B146A;
}
</style>
background-color css
<style>
a { background-color: #8B146A; }
a { background-color: rgb(139,20,106); }
div.DivClassName
{
background-color: #8B146A;
}
.BgClassName
{
background-color: #8B146A;
}
</style>
border-color css
<style>
span { border-color: #8B146A; }
span { border-color: rgb(139,20,106); }
td.TdClassName
{
border-color: #8B146A;
}
.TagClassName
{
border-color: #8B146A;
}
</style>