Shades of Dark Purple #8F1E75
Tints of Dark Purple #8F1E75
RGB
CMYK
RGB Variations
Color information
#8F1E75 (or 0x8F1E75) is known color: Dark Purple. HEX triplet: 8F, 1E and 75. RGB value is (143,30,117). Sum of RGB (Red+Green+Blue) = 143+30+117=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1E75 is #70E18A. Grayscale: #494949. Windows color (decimal): -7397771 or 7675535. OLE color: 7675535.
HSL color Cylindrical-coordinate representation of color #8F1E75: hue angle of 313.81º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F1E75 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 30 | 117 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.44 |
| HSL | 313.81º | 0.65% | 0.34% | - |
| HSV(B) | 313.81º | 0.79% | 0.56% | - |
| XYZ | 15 | 8.05 | 17.59 | - |
| YUV | 73.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 30 | 117 | 0 | 0.79 | 0.18 | 0.44 | 313.81 | 0.65 | 0.34 |
| Hex | 8F | 1E | 75 | 0 | 4F | 12 | 2C | 13A | 41 | 22 |
| Octal | 217 | 36 | 165 | 0 | 117 | 22 | 54 | 472 | 101 | 42 |
| Binary | 10001111 | 11110 | 1110101 | 0 | 1001111 | 10010 | 101100 | 100111010 | 1000001 | 100010 |
Color Harmonies of #8F1E75
Complementary color
Monochromatic Colors of #8F1E75
Black with #8F1E75
Text Example
Text Example
White with #8F1E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1E75; }
p { color: rgb(143,30,117); }
H1.HeaderClassName
{
color: #8F1E75;
}
.AnyTagClassName
{
color: #8F1E75;
}
</style>
background-color css
<style>
a { background-color: #8F1E75; }
a { background-color: rgb(143,30,117); }
div.DivClassName
{
background-color: #8F1E75;
}
.BgClassName
{
background-color: #8F1E75;
}
</style>
border-color css
<style>
span { border-color: #8F1E75; }
span { border-color: rgb(143,30,117); }
td.TdClassName
{
border-color: #8F1E75;
}
.TagClassName
{
border-color: #8F1E75;
}
</style>