Shades of Dark Purple #8B126B
Tints of Dark Purple #8B126B
RGB
CMYK
RGB Variations
Color information
#8B126B (or 0x8B126B) is known color: Dark Purple. HEX triplet: 8B, 12 and 6B. RGB value is (139,18,107). Sum of RGB (Red+Green+Blue) = 139+18+107=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B126B is #74ED94. Grayscale: #404040. Windows color (decimal): -7662997 or 7017099. OLE color: 7017099.
HSL color Cylindrical-coordinate representation of color #8B126B: hue angle of 315.87º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B126B is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 18 | 107 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.45 |
| HSL | 315.87º | 0.77% | 0.31% | - |
| HSV(B) | 315.87º | 0.87% | 0.55% | - |
| XYZ | 13.52 | 6.98 | 14.55 | - |
| YUV | 64.33 | 152.09 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 18 | 107 | 0 | 0.87 | 0.23 | 0.45 | 315.87 | 0.77 | 0.31 |
| Hex | 8B | 12 | 6B | 0 | 57 | 17 | 2D | 13C | 4D | 1F |
| Octal | 213 | 22 | 153 | 0 | 127 | 27 | 55 | 474 | 115 | 37 |
| Binary | 10001011 | 10010 | 1101011 | 0 | 1010111 | 10111 | 101101 | 100111100 | 1001101 | 11111 |
Color Harmonies of #8B126B
Complementary color
Monochromatic Colors of #8B126B
Black with #8B126B
Text Example
Text Example
White with #8B126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B126B; }
p { color: rgb(139,18,107); }
H1.HeaderClassName
{
color: #8B126B;
}
.AnyTagClassName
{
color: #8B126B;
}
</style>
background-color css
<style>
a { background-color: #8B126B; }
a { background-color: rgb(139,18,107); }
div.DivClassName
{
background-color: #8B126B;
}
.BgClassName
{
background-color: #8B126B;
}
</style>
border-color css
<style>
span { border-color: #8B126B; }
span { border-color: rgb(139,18,107); }
td.TdClassName
{
border-color: #8B126B;
}
.TagClassName
{
border-color: #8B126B;
}
</style>