Shades of Dark Purple #8B136D
Tints of Dark Purple #8B136D
RGB
CMYK
RGB Variations
Color information
#8B136D (or 0x8B136D) is known color: Dark Purple. HEX triplet: 8B, 13 and 6D. RGB value is (139,19,109). Sum of RGB (Red+Green+Blue) = 139+19+109=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B136D is #74EC92. Grayscale: #404040. Windows color (decimal): -7662739 or 7148427. OLE color: 7148427.
HSL color Cylindrical-coordinate representation of color #8B136D: hue angle of 315º degrees, saturation: 0.76, 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 #8B136D is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 19 | 109 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.45 |
| HSL | 315º | 0.76% | 0.31% | - |
| HSV(B) | 315º | 0.86% | 0.55% | - |
| XYZ | 13.64 | 7.06 | 15.11 | - |
| YUV | 65.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 19 | 109 | 0 | 0.86 | 0.22 | 0.45 | 315 | 0.76 | 0.31 |
| Hex | 8B | 13 | 6D | 0 | 56 | 16 | 2D | 13B | 4C | 1F |
| Octal | 213 | 23 | 155 | 0 | 126 | 26 | 55 | 473 | 114 | 37 |
| Binary | 10001011 | 10011 | 1101101 | 0 | 1010110 | 10110 | 101101 | 100111011 | 1001100 | 11111 |
Color Harmonies of #8B136D
Complementary color
Monochromatic Colors of #8B136D
Black with #8B136D
Text Example
Text Example
White with #8B136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B136D; }
p { color: rgb(139,19,109); }
H1.HeaderClassName
{
color: #8B136D;
}
.AnyTagClassName
{
color: #8B136D;
}
</style>
background-color css
<style>
a { background-color: #8B136D; }
a { background-color: rgb(139,19,109); }
div.DivClassName
{
background-color: #8B136D;
}
.BgClassName
{
background-color: #8B136D;
}
</style>
border-color css
<style>
span { border-color: #8B136D; }
span { border-color: rgb(139,19,109); }
td.TdClassName
{
border-color: #8B136D;
}
.TagClassName
{
border-color: #8B136D;
}
</style>