Shades of Dark Purple #8F1788
Tints of Dark Purple #8F1788
RGB
CMYK
RGB Variations
Color information
#8F1788 (or 0x8F1788) is known color: Dark Purple. HEX triplet: 8F, 17 and 88. RGB value is (143,23,136). Sum of RGB (Red+Green+Blue) = 143+23+136=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1788 is #70E877. Grayscale: #474747. Windows color (decimal): -7399544 or 8918927. OLE color: 8918927.
HSL color Cylindrical-coordinate representation of color #8F1788: hue angle of 303.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1788 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 136 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.44 |
| HSL | 303.5º | 0.72% | 0.33% | - |
| HSV(B) | 303.5º | 0.84% | 0.56% | - |
| XYZ | 16.08 | 8.23 | 24.03 | - |
| YUV | 71.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 136 | 0 | 0.84 | 0.05 | 0.44 | 303.5 | 0.72 | 0.33 |
| Hex | 8F | 17 | 88 | 0 | 54 | 5 | 2C | 130 | 48 | 21 |
| Octal | 217 | 27 | 210 | 0 | 124 | 5 | 54 | 460 | 110 | 41 |
| Binary | 10001111 | 10111 | 10001000 | 0 | 1010100 | 101 | 101100 | 100110000 | 1001000 | 100001 |
Color Harmonies of #8F1788
Complementary color
Monochromatic Colors of #8F1788
Black with #8F1788
Text Example
Text Example
White with #8F1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1788; }
p { color: rgb(143,23,136); }
H1.HeaderClassName
{
color: #8F1788;
}
.AnyTagClassName
{
color: #8F1788;
}
</style>
background-color css
<style>
a { background-color: #8F1788; }
a { background-color: rgb(143,23,136); }
div.DivClassName
{
background-color: #8F1788;
}
.BgClassName
{
background-color: #8F1788;
}
</style>
border-color css
<style>
span { border-color: #8F1788; }
span { border-color: rgb(143,23,136); }
td.TdClassName
{
border-color: #8F1788;
}
.TagClassName
{
border-color: #8F1788;
}
</style>