Shades of Dark Purple #8B2672
Tints of Dark Purple #8B2672
RGB
CMYK
RGB Variations
Color information
#8B2672 (or 0x8B2672) is known color: Dark Purple. HEX triplet: 8B, 26 and 72. RGB value is (139,38,114). Sum of RGB (Red+Green+Blue) = 139+38+114=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2672 is #74D98D. Grayscale: #4C4C4C. Windows color (decimal): -7657870 or 7480971. OLE color: 7480971.
HSL color Cylindrical-coordinate representation of color #8B2672: hue angle of 314.85º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B2672 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 38 | 114 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.45 |
| HSL | 314.85º | 0.57% | 0.35% | - |
| HSV(B) | 314.85º | 0.73% | 0.55% | - |
| XYZ | 14.38 | 8.09 | 16.72 | - |
| YUV | 76.86 | 148.96 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 38 | 114 | 0 | 0.73 | 0.18 | 0.45 | 314.85 | 0.57 | 0.35 |
| Hex | 8B | 26 | 72 | 0 | 49 | 12 | 2D | 13B | 39 | 23 |
| Octal | 213 | 46 | 162 | 0 | 111 | 22 | 55 | 473 | 71 | 43 |
| Binary | 10001011 | 100110 | 1110010 | 0 | 1001001 | 10010 | 101101 | 100111011 | 111001 | 100011 |
Color Harmonies of #8B2672
Complementary color
Monochromatic Colors of #8B2672
Black with #8B2672
Text Example
Text Example
White with #8B2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2672; }
p { color: rgb(139,38,114); }
H1.HeaderClassName
{
color: #8B2672;
}
.AnyTagClassName
{
color: #8B2672;
}
</style>
background-color css
<style>
a { background-color: #8B2672; }
a { background-color: rgb(139,38,114); }
div.DivClassName
{
background-color: #8B2672;
}
.BgClassName
{
background-color: #8B2672;
}
</style>
border-color css
<style>
span { border-color: #8B2672; }
span { border-color: rgb(139,38,114); }
td.TdClassName
{
border-color: #8B2672;
}
.TagClassName
{
border-color: #8B2672;
}
</style>