Shades of Dark Purple #8B2B7D
Tints of Dark Purple #8B2B7D
RGB
CMYK
RGB Variations
Color information
#8B2B7D (or 0x8B2B7D) is known color: Dark Purple. HEX triplet: 8B, 2B and 7D. RGB value is (139,43,125). Sum of RGB (Red+Green+Blue) = 139+43+125=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2B7D is #74D482. Grayscale: #505050. Windows color (decimal): -7656579 or 8203147. OLE color: 8203147.
HSL color Cylindrical-coordinate representation of color #8B2B7D: hue angle of 308.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 #8B2B7D is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 43 | 125 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.45 |
| HSL | 308.75º | 0.53% | 0.36% | - |
| HSV(B) | 308.75º | 0.69% | 0.55% | - |
| XYZ | 15.21 | 8.7 | 20.28 | - |
| YUV | 81.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 43 | 125 | 0 | 0.69 | 0.10 | 0.45 | 308.75 | 0.53 | 0.36 |
| Hex | 8B | 2B | 7D | 0 | 45 | A | 2D | 135 | 35 | 24 |
| Octal | 213 | 53 | 175 | 0 | 105 | 12 | 55 | 465 | 65 | 44 |
| Binary | 10001011 | 101011 | 1111101 | 0 | 1000101 | 1010 | 101101 | 100110101 | 110101 | 100100 |
Color Harmonies of #8B2B7D
Complementary color
Monochromatic Colors of #8B2B7D
Black with #8B2B7D
Text Example
Text Example
White with #8B2B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2B7D; }
p { color: rgb(139,43,125); }
H1.HeaderClassName
{
color: #8B2B7D;
}
.AnyTagClassName
{
color: #8B2B7D;
}
</style>
background-color css
<style>
a { background-color: #8B2B7D; }
a { background-color: rgb(139,43,125); }
div.DivClassName
{
background-color: #8B2B7D;
}
.BgClassName
{
background-color: #8B2B7D;
}
</style>
border-color css
<style>
span { border-color: #8B2B7D; }
span { border-color: rgb(139,43,125); }
td.TdClassName
{
border-color: #8B2B7D;
}
.TagClassName
{
border-color: #8B2B7D;
}
</style>