Shades of Dark Purple #8F3A83
Tints of Dark Purple #8F3A83
RGB
CMYK
RGB Variations
Color information
#8F3A83 (or 0x8F3A83) is known color: Dark Purple. HEX triplet: 8F, 3A and 83. RGB value is (143,58,131). Sum of RGB (Red+Green+Blue) = 143+58+131=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3A83 is #70C57C. Grayscale: #5B5B5B. Windows color (decimal): -7390589 or 8600207. OLE color: 8600207.
HSL color Cylindrical-coordinate representation of color #8F3A83: hue angle of 308.47º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F3A83 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 58 | 131 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.44 |
| HSL | 308.47º | 0.42% | 0.39% | - |
| HSV(B) | 308.47º | 0.59% | 0.56% | - |
| XYZ | 16.94 | 10.5 | 22.61 | - |
| YUV | 91.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 131 | 0 | 0.59 | 0.08 | 0.44 | 308.47 | 0.42 | 0.39 |
| Hex | 8F | 3A | 83 | 0 | 3B | 8 | 2C | 134 | 2A | 27 |
| Octal | 217 | 72 | 203 | 0 | 73 | 10 | 54 | 464 | 52 | 47 |
| Binary | 10001111 | 111010 | 10000011 | 0 | 111011 | 1000 | 101100 | 100110100 | 101010 | 100111 |
Color Harmonies of #8F3A83
Complementary color
Monochromatic Colors of #8F3A83
Black with #8F3A83
Text Example
Text Example
White with #8F3A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3A83; }
p { color: rgb(143,58,131); }
H1.HeaderClassName
{
color: #8F3A83;
}
.AnyTagClassName
{
color: #8F3A83;
}
</style>
background-color css
<style>
a { background-color: #8F3A83; }
a { background-color: rgb(143,58,131); }
div.DivClassName
{
background-color: #8F3A83;
}
.BgClassName
{
background-color: #8F3A83;
}
</style>
border-color css
<style>
span { border-color: #8F3A83; }
span { border-color: rgb(143,58,131); }
td.TdClassName
{
border-color: #8F3A83;
}
.TagClassName
{
border-color: #8F3A83;
}
</style>