Shades of Dark Purple #8B2B6D
Tints of Dark Purple #8B2B6D
RGB
CMYK
RGB Variations
Color information
#8B2B6D (or 0x8B2B6D) is known color: Dark Purple. HEX triplet: 8B, 2B and 6D. RGB value is (139,43,109). Sum of RGB (Red+Green+Blue) = 139+43+109=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2B6D is #74D492. Grayscale: #4F4F4F. Windows color (decimal): -7656595 or 7154571. OLE color: 7154571.
HSL color Cylindrical-coordinate representation of color #8B2B6D: hue angle of 318.75º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B2B6D is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 43 | 109 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.45 |
| HSL | 318.75º | 0.53% | 0.36% | - |
| HSV(B) | 318.75º | 0.69% | 0.55% | - |
| XYZ | 14.27 | 8.32 | 15.32 | - |
| YUV | 79.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 43 | 109 | 0 | 0.69 | 0.22 | 0.45 | 318.75 | 0.53 | 0.36 |
| Hex | 8B | 2B | 6D | 0 | 45 | 16 | 2D | 13F | 35 | 24 |
| Octal | 213 | 53 | 155 | 0 | 105 | 26 | 55 | 477 | 65 | 44 |
| Binary | 10001011 | 101011 | 1101101 | 0 | 1000101 | 10110 | 101101 | 100111111 | 110101 | 100100 |
Color Harmonies of #8B2B6D
Complementary color
Monochromatic Colors of #8B2B6D
Black with #8B2B6D
Text Example
Text Example
White with #8B2B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2B6D; }
p { color: rgb(139,43,109); }
H1.HeaderClassName
{
color: #8B2B6D;
}
.AnyTagClassName
{
color: #8B2B6D;
}
</style>
background-color css
<style>
a { background-color: #8B2B6D; }
a { background-color: rgb(139,43,109); }
div.DivClassName
{
background-color: #8B2B6D;
}
.BgClassName
{
background-color: #8B2B6D;
}
</style>
border-color css
<style>
span { border-color: #8B2B6D; }
span { border-color: rgb(139,43,109); }
td.TdClassName
{
border-color: #8B2B6D;
}
.TagClassName
{
border-color: #8B2B6D;
}
</style>