Shades of Dark Purple #8F3F80
Tints of Dark Purple #8F3F80
RGB
CMYK
RGB Variations
Color information
#8F3F80 (or 0x8F3F80) is known color: Dark Purple. HEX triplet: 8F, 3F and 80. RGB value is (143,63,128). Sum of RGB (Red+Green+Blue) = 143+63+128=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3F80 is #70C07F. Grayscale: #5E5E5E. Windows color (decimal): -7389312 or 8404879. OLE color: 8404879.
HSL color Cylindrical-coordinate representation of color #8F3F80: hue angle of 311.25º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F3F80 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 63 | 128 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.44 |
| HSL | 311.25º | 0.39% | 0.4% | - |
| HSV(B) | 311.25º | 0.56% | 0.56% | - |
| XYZ | 17 | 10.95 | 21.64 | - |
| YUV | 94.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 128 | 0 | 0.56 | 0.10 | 0.44 | 311.25 | 0.39 | 0.4 |
| Hex | 8F | 3F | 80 | 0 | 38 | A | 2C | 137 | 27 | 28 |
| Octal | 217 | 77 | 200 | 0 | 70 | 12 | 54 | 467 | 47 | 50 |
| Binary | 10001111 | 111111 | 10000000 | 0 | 111000 | 1010 | 101100 | 100110111 | 100111 | 101000 |
Color Harmonies of #8F3F80
Complementary color
Monochromatic Colors of #8F3F80
Black with #8F3F80
Text Example
Text Example
White with #8F3F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3F80; }
p { color: rgb(143,63,128); }
H1.HeaderClassName
{
color: #8F3F80;
}
.AnyTagClassName
{
color: #8F3F80;
}
</style>
background-color css
<style>
a { background-color: #8F3F80; }
a { background-color: rgb(143,63,128); }
div.DivClassName
{
background-color: #8F3F80;
}
.BgClassName
{
background-color: #8F3F80;
}
</style>
border-color css
<style>
span { border-color: #8F3F80; }
span { border-color: rgb(143,63,128); }
td.TdClassName
{
border-color: #8F3F80;
}
.TagClassName
{
border-color: #8F3F80;
}
</style>