Shades of Dark Purple #8B2C7C
Tints of Dark Purple #8B2C7C
RGB
CMYK
RGB Variations
Color information
#8B2C7C (or 0x8B2C7C) is known color: Dark Purple. HEX triplet: 8B, 2C and 7C. RGB value is (139,44,124). Sum of RGB (Red+Green+Blue) = 139+44+124=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2C7C is #74D383. Grayscale: #515151. Windows color (decimal): -7656324 or 8137867. OLE color: 8137867.
HSL color Cylindrical-coordinate representation of color #8B2C7C: hue angle of 309.47º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2C7C is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 44 | 124 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.45 |
| HSL | 309.47º | 0.52% | 0.36% | - |
| HSV(B) | 309.47º | 0.68% | 0.55% | - |
| XYZ | 15.19 | 8.75 | 19.96 | - |
| YUV | 81.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 124 | 0 | 0.68 | 0.11 | 0.45 | 309.47 | 0.52 | 0.36 |
| Hex | 8B | 2C | 7C | 0 | 44 | B | 2D | 135 | 34 | 24 |
| Octal | 213 | 54 | 174 | 0 | 104 | 13 | 55 | 465 | 64 | 44 |
| Binary | 10001011 | 101100 | 1111100 | 0 | 1000100 | 1011 | 101101 | 100110101 | 110100 | 100100 |
Color Harmonies of #8B2C7C
Complementary color
Monochromatic Colors of #8B2C7C
Black with #8B2C7C
Text Example
Text Example
White with #8B2C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2C7C; }
p { color: rgb(139,44,124); }
H1.HeaderClassName
{
color: #8B2C7C;
}
.AnyTagClassName
{
color: #8B2C7C;
}
</style>
background-color css
<style>
a { background-color: #8B2C7C; }
a { background-color: rgb(139,44,124); }
div.DivClassName
{
background-color: #8B2C7C;
}
.BgClassName
{
background-color: #8B2C7C;
}
</style>
border-color css
<style>
span { border-color: #8B2C7C; }
span { border-color: rgb(139,44,124); }
td.TdClassName
{
border-color: #8B2C7C;
}
.TagClassName
{
border-color: #8B2C7C;
}
</style>