Shades of Dark Purple #8B247F
Tints of Dark Purple #8B247F
RGB
CMYK
RGB Variations
Color information
#8B247F (or 0x8B247F) is known color: Dark Purple. HEX triplet: 8B, 24 and 7F. RGB value is (139,36,127). Sum of RGB (Red+Green+Blue) = 139+36+127=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B247F is #74DB80. Grayscale: #4C4C4C. Windows color (decimal): -7658369 or 8332427. OLE color: 8332427.
HSL color Cylindrical-coordinate representation of color #8B247F: hue angle of 306.99º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B247F is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 36 | 127 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.45 |
| HSL | 306.99º | 0.59% | 0.34% | - |
| HSV(B) | 306.99º | 0.74% | 0.55% | - |
| XYZ | 15.11 | 8.28 | 20.88 | - |
| YUV | 77.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 127 | 0 | 0.74 | 0.09 | 0.45 | 306.99 | 0.59 | 0.34 |
| Hex | 8B | 24 | 7F | 0 | 4A | 9 | 2D | 133 | 3B | 22 |
| Octal | 213 | 44 | 177 | 0 | 112 | 11 | 55 | 463 | 73 | 42 |
| Binary | 10001011 | 100100 | 1111111 | 0 | 1001010 | 1001 | 101101 | 100110011 | 111011 | 100010 |
Color Harmonies of #8B247F
Complementary color
Monochromatic Colors of #8B247F
Black with #8B247F
Text Example
Text Example
White with #8B247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B247F; }
p { color: rgb(139,36,127); }
H1.HeaderClassName
{
color: #8B247F;
}
.AnyTagClassName
{
color: #8B247F;
}
</style>
background-color css
<style>
a { background-color: #8B247F; }
a { background-color: rgb(139,36,127); }
div.DivClassName
{
background-color: #8B247F;
}
.BgClassName
{
background-color: #8B247F;
}
</style>
border-color css
<style>
span { border-color: #8B247F; }
span { border-color: rgb(139,36,127); }
td.TdClassName
{
border-color: #8B247F;
}
.TagClassName
{
border-color: #8B247F;
}
</style>