Shades of Dark Purple #8B2772
Tints of Dark Purple #8B2772
RGB
CMYK
RGB Variations
Color information
#8B2772 (or 0x8B2772) is known color: Dark Purple. HEX triplet: 8B, 27 and 72. RGB value is (139,39,114). Sum of RGB (Red+Green+Blue) = 139+39+114=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2772 is #74D88D. Grayscale: #4D4D4D. Windows color (decimal): -7657614 or 7481227. OLE color: 7481227.
HSL color Cylindrical-coordinate representation of color #8B2772: hue angle of 315º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B2772 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 39 | 114 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.45 |
| HSL | 315º | 0.56% | 0.35% | - |
| HSV(B) | 315º | 0.72% | 0.55% | - |
| XYZ | 14.41 | 8.15 | 16.73 | - |
| YUV | 77.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 114 | 0 | 0.72 | 0.18 | 0.45 | 315 | 0.56 | 0.35 |
| Hex | 8B | 27 | 72 | 0 | 48 | 12 | 2D | 13B | 38 | 23 |
| Octal | 213 | 47 | 162 | 0 | 110 | 22 | 55 | 473 | 70 | 43 |
| Binary | 10001011 | 100111 | 1110010 | 0 | 1001000 | 10010 | 101101 | 100111011 | 111000 | 100011 |
Color Harmonies of #8B2772
Complementary color
Monochromatic Colors of #8B2772
Black with #8B2772
Text Example
Text Example
White with #8B2772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2772; }
p { color: rgb(139,39,114); }
H1.HeaderClassName
{
color: #8B2772;
}
.AnyTagClassName
{
color: #8B2772;
}
</style>
background-color css
<style>
a { background-color: #8B2772; }
a { background-color: rgb(139,39,114); }
div.DivClassName
{
background-color: #8B2772;
}
.BgClassName
{
background-color: #8B2772;
}
</style>
border-color css
<style>
span { border-color: #8B2772; }
span { border-color: rgb(139,39,114); }
td.TdClassName
{
border-color: #8B2772;
}
.TagClassName
{
border-color: #8B2772;
}
</style>