Shades of Dark Purple #8F2E83
Tints of Dark Purple #8F2E83
RGB
CMYK
RGB Variations
Color information
#8F2E83 (or 0x8F2E83) is known color: Dark Purple. HEX triplet: 8F, 2E and 83. RGB value is (143,46,131). Sum of RGB (Red+Green+Blue) = 143+46+131=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2E83 is #70D17C. Grayscale: #545454. Windows color (decimal): -7393661 or 8597135. OLE color: 8597135.
HSL color Cylindrical-coordinate representation of color #8F2E83: hue angle of 307.42º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F2E83 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 46 | 131 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.44 |
| HSL | 307.42º | 0.51% | 0.37% | - |
| HSV(B) | 307.42º | 0.68% | 0.56% | - |
| XYZ | 16.4 | 9.43 | 22.43 | - |
| YUV | 84.69 | 154.14 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 46 | 131 | 0 | 0.68 | 0.08 | 0.44 | 307.42 | 0.51 | 0.37 |
| Hex | 8F | 2E | 83 | 0 | 44 | 8 | 2C | 133 | 33 | 25 |
| Octal | 217 | 56 | 203 | 0 | 104 | 10 | 54 | 463 | 63 | 45 |
| Binary | 10001111 | 101110 | 10000011 | 0 | 1000100 | 1000 | 101100 | 100110011 | 110011 | 100101 |
Color Harmonies of #8F2E83
Complementary color
Monochromatic Colors of #8F2E83
Black with #8F2E83
Text Example
Text Example
White with #8F2E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2E83; }
p { color: rgb(143,46,131); }
H1.HeaderClassName
{
color: #8F2E83;
}
.AnyTagClassName
{
color: #8F2E83;
}
</style>
background-color css
<style>
a { background-color: #8F2E83; }
a { background-color: rgb(143,46,131); }
div.DivClassName
{
background-color: #8F2E83;
}
.BgClassName
{
background-color: #8F2E83;
}
</style>
border-color css
<style>
span { border-color: #8F2E83; }
span { border-color: rgb(143,46,131); }
td.TdClassName
{
border-color: #8F2E83;
}
.TagClassName
{
border-color: #8F2E83;
}
</style>