Shades of Dark Purple #8F2380
Tints of Dark Purple #8F2380
RGB
CMYK
RGB Variations
Color information
#8F2380 (or 0x8F2380) is known color: Dark Purple. HEX triplet: 8F, 23 and 80. RGB value is (143,35,128). Sum of RGB (Red+Green+Blue) = 143+35+128=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2380 is #70DC7F. Grayscale: #4D4D4D. Windows color (decimal): -7396480 or 8397711. OLE color: 8397711.
HSL color Cylindrical-coordinate representation of color #8F2380: hue angle of 308.33º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2380 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 35 | 128 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.44 |
| HSL | 308.33º | 0.61% | 0.35% | - |
| HSV(B) | 308.33º | 0.76% | 0.56% | - |
| XYZ | 15.83 | 8.6 | 21.25 | - |
| YUV | 77.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 128 | 0 | 0.76 | 0.10 | 0.44 | 308.33 | 0.61 | 0.35 |
| Hex | 8F | 23 | 80 | 0 | 4C | A | 2C | 134 | 3D | 23 |
| Octal | 217 | 43 | 200 | 0 | 114 | 12 | 54 | 464 | 75 | 43 |
| Binary | 10001111 | 100011 | 10000000 | 0 | 1001100 | 1010 | 101100 | 100110100 | 111101 | 100011 |
Color Harmonies of #8F2380
Complementary color
Monochromatic Colors of #8F2380
Black with #8F2380
Text Example
Text Example
White with #8F2380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2380; }
p { color: rgb(143,35,128); }
H1.HeaderClassName
{
color: #8F2380;
}
.AnyTagClassName
{
color: #8F2380;
}
</style>
background-color css
<style>
a { background-color: #8F2380; }
a { background-color: rgb(143,35,128); }
div.DivClassName
{
background-color: #8F2380;
}
.BgClassName
{
background-color: #8F2380;
}
</style>
border-color css
<style>
span { border-color: #8F2380; }
span { border-color: rgb(143,35,128); }
td.TdClassName
{
border-color: #8F2380;
}
.TagClassName
{
border-color: #8F2380;
}
</style>