Shades of Dark Purple #8B2F7E
Tints of Dark Purple #8B2F7E
RGB
CMYK
RGB Variations
Color information
#8B2F7E (or 0x8B2F7E) is known color: Dark Purple. HEX triplet: 8B, 2F and 7E. RGB value is (139,47,126). Sum of RGB (Red+Green+Blue) = 139+47+126=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2F7E is #74D081. Grayscale: #535353. Windows color (decimal): -7655554 or 8269707. OLE color: 8269707.
HSL color Cylindrical-coordinate representation of color #8B2F7E: hue angle of 308.48º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B2F7E is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 47 | 126 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.45 |
| HSL | 308.48º | 0.49% | 0.36% | - |
| HSV(B) | 308.48º | 0.66% | 0.55% | - |
| XYZ | 15.43 | 9.03 | 20.67 | - |
| YUV | 83.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 47 | 126 | 0 | 0.66 | 0.09 | 0.45 | 308.48 | 0.49 | 0.36 |
| Hex | 8B | 2F | 7E | 0 | 42 | 9 | 2D | 134 | 31 | 24 |
| Octal | 213 | 57 | 176 | 0 | 102 | 11 | 55 | 464 | 61 | 44 |
| Binary | 10001011 | 101111 | 1111110 | 0 | 1000010 | 1001 | 101101 | 100110100 | 110001 | 100100 |
Color Harmonies of #8B2F7E
Complementary color
Monochromatic Colors of #8B2F7E
Black with #8B2F7E
Text Example
Text Example
White with #8B2F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2F7E; }
p { color: rgb(139,47,126); }
H1.HeaderClassName
{
color: #8B2F7E;
}
.AnyTagClassName
{
color: #8B2F7E;
}
</style>
background-color css
<style>
a { background-color: #8B2F7E; }
a { background-color: rgb(139,47,126); }
div.DivClassName
{
background-color: #8B2F7E;
}
.BgClassName
{
background-color: #8B2F7E;
}
</style>
border-color css
<style>
span { border-color: #8B2F7E; }
span { border-color: rgb(139,47,126); }
td.TdClassName
{
border-color: #8B2F7E;
}
.TagClassName
{
border-color: #8B2F7E;
}
</style>