Shades of Dark Purple #8F1C80
Tints of Dark Purple #8F1C80
RGB
CMYK
RGB Variations
Color information
#8F1C80 (or 0x8F1C80) is known color: Dark Purple. HEX triplet: 8F, 1C and 80. RGB value is (143,28,128). Sum of RGB (Red+Green+Blue) = 143+28+128=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1C80 is #70E37F. Grayscale: #494949. Windows color (decimal): -7398272 or 8395919. OLE color: 8395919.
HSL color Cylindrical-coordinate representation of color #8F1C80: hue angle of 307.83º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F1C80 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 28 | 128 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.44 |
| HSL | 307.83º | 0.67% | 0.34% | - |
| HSV(B) | 307.83º | 0.8% | 0.56% | - |
| XYZ | 15.64 | 8.23 | 21.19 | - |
| YUV | 73.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 28 | 128 | 0 | 0.80 | 0.10 | 0.44 | 307.83 | 0.67 | 0.34 |
| Hex | 8F | 1C | 80 | 0 | 50 | A | 2C | 134 | 43 | 22 |
| Octal | 217 | 34 | 200 | 0 | 120 | 12 | 54 | 464 | 103 | 42 |
| Binary | 10001111 | 11100 | 10000000 | 0 | 1010000 | 1010 | 101100 | 100110100 | 1000011 | 100010 |
Color Harmonies of #8F1C80
Complementary color
Monochromatic Colors of #8F1C80
Black with #8F1C80
Text Example
Text Example
White with #8F1C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1C80; }
p { color: rgb(143,28,128); }
H1.HeaderClassName
{
color: #8F1C80;
}
.AnyTagClassName
{
color: #8F1C80;
}
</style>
background-color css
<style>
a { background-color: #8F1C80; }
a { background-color: rgb(143,28,128); }
div.DivClassName
{
background-color: #8F1C80;
}
.BgClassName
{
background-color: #8F1C80;
}
</style>
border-color css
<style>
span { border-color: #8F1C80; }
span { border-color: rgb(143,28,128); }
td.TdClassName
{
border-color: #8F1C80;
}
.TagClassName
{
border-color: #8F1C80;
}
</style>