Shades of Dark Purple #8F2D7A
Tints of Dark Purple #8F2D7A
RGB
CMYK
RGB Variations
Color information
#8F2D7A (or 0x8F2D7A) is known color: Dark Purple. HEX triplet: 8F, 2D and 7A. RGB value is (143,45,122). Sum of RGB (Red+Green+Blue) = 143+45+122=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2D7A is #70D285. Grayscale: #525252. Windows color (decimal): -7393926 or 8007055. OLE color: 8007055.
HSL color Cylindrical-coordinate representation of color #8F2D7A: hue angle of 312.86º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F2D7A is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 45 | 122 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.44 |
| HSL | 312.86º | 0.52% | 0.37% | - |
| HSV(B) | 312.86º | 0.69% | 0.56% | - |
| XYZ | 15.78 | 9.12 | 19.34 | - |
| YUV | 83.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 122 | 0 | 0.69 | 0.15 | 0.44 | 312.86 | 0.52 | 0.37 |
| Hex | 8F | 2D | 7A | 0 | 45 | F | 2C | 139 | 34 | 25 |
| Octal | 217 | 55 | 172 | 0 | 105 | 17 | 54 | 471 | 64 | 45 |
| Binary | 10001111 | 101101 | 1111010 | 0 | 1000101 | 1111 | 101100 | 100111001 | 110100 | 100101 |
Color Harmonies of #8F2D7A
Complementary color
Monochromatic Colors of #8F2D7A
Black with #8F2D7A
Text Example
Text Example
White with #8F2D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2D7A; }
p { color: rgb(143,45,122); }
H1.HeaderClassName
{
color: #8F2D7A;
}
.AnyTagClassName
{
color: #8F2D7A;
}
</style>
background-color css
<style>
a { background-color: #8F2D7A; }
a { background-color: rgb(143,45,122); }
div.DivClassName
{
background-color: #8F2D7A;
}
.BgClassName
{
background-color: #8F2D7A;
}
</style>
border-color css
<style>
span { border-color: #8F2D7A; }
span { border-color: rgb(143,45,122); }
td.TdClassName
{
border-color: #8F2D7A;
}
.TagClassName
{
border-color: #8F2D7A;
}
</style>