Shades of Dark Purple #8B146F
Tints of Dark Purple #8B146F
RGB
CMYK
RGB Variations
Color information
#8B146F (or 0x8B146F) is known color: Dark Purple. HEX triplet: 8B, 14 and 6F. RGB value is (139,20,111). Sum of RGB (Red+Green+Blue) = 139+20+111=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B146F is #74EB90. Grayscale: #414141. Windows color (decimal): -7662481 or 7279755. OLE color: 7279755.
HSL color Cylindrical-coordinate representation of color #8B146F: hue angle of 314.12º 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 #8B146F is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 20 | 111 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.45 |
| HSL | 314.12º | 0.75% | 0.31% | - |
| HSV(B) | 314.12º | 0.86% | 0.55% | - |
| XYZ | 13.77 | 7.14 | 15.69 | - |
| YUV | 65.96 | 153.42 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 20 | 111 | 0 | 0.86 | 0.20 | 0.45 | 314.12 | 0.75 | 0.31 |
| Hex | 8B | 14 | 6F | 0 | 56 | 14 | 2D | 13A | 4B | 1F |
| Octal | 213 | 24 | 157 | 0 | 126 | 24 | 55 | 472 | 113 | 37 |
| Binary | 10001011 | 10100 | 1101111 | 0 | 1010110 | 10100 | 101101 | 100111010 | 1001011 | 11111 |
Color Harmonies of #8B146F
Complementary color
Monochromatic Colors of #8B146F
Black with #8B146F
Text Example
Text Example
White with #8B146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B146F; }
p { color: rgb(139,20,111); }
H1.HeaderClassName
{
color: #8B146F;
}
.AnyTagClassName
{
color: #8B146F;
}
</style>
background-color css
<style>
a { background-color: #8B146F; }
a { background-color: rgb(139,20,111); }
div.DivClassName
{
background-color: #8B146F;
}
.BgClassName
{
background-color: #8B146F;
}
</style>
border-color css
<style>
span { border-color: #8B146F; }
span { border-color: rgb(139,20,111); }
td.TdClassName
{
border-color: #8B146F;
}
.TagClassName
{
border-color: #8B146F;
}
</style>