Shades of Dark Purple #8F1688
Tints of Dark Purple #8F1688
RGB
CMYK
RGB Variations
Color information
#8F1688 (or 0x8F1688) is known color: Dark Purple. HEX triplet: 8F, 16 and 88. RGB value is (143,22,136). Sum of RGB (Red+Green+Blue) = 143+22+136=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1688 is #70E977. Grayscale: #464646. Windows color (decimal): -7399800 or 8918671. OLE color: 8918671.
HSL color Cylindrical-coordinate representation of color #8F1688: hue angle of 303.47º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1688 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 136 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.44 |
| HSL | 303.47º | 0.73% | 0.32% | - |
| HSV(B) | 303.47º | 0.85% | 0.56% | - |
| XYZ | 16.06 | 8.19 | 24.03 | - |
| YUV | 71.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 136 | 0 | 0.85 | 0.05 | 0.44 | 303.47 | 0.73 | 0.32 |
| Hex | 8F | 16 | 88 | 0 | 55 | 5 | 2C | 12F | 49 | 20 |
| Octal | 217 | 26 | 210 | 0 | 125 | 5 | 54 | 457 | 111 | 40 |
| Binary | 10001111 | 10110 | 10001000 | 0 | 1010101 | 101 | 101100 | 100101111 | 1001001 | 100000 |
Color Harmonies of #8F1688
Complementary color
Monochromatic Colors of #8F1688
Black with #8F1688
Text Example
Text Example
White with #8F1688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1688; }
p { color: rgb(143,22,136); }
H1.HeaderClassName
{
color: #8F1688;
}
.AnyTagClassName
{
color: #8F1688;
}
</style>
background-color css
<style>
a { background-color: #8F1688; }
a { background-color: rgb(143,22,136); }
div.DivClassName
{
background-color: #8F1688;
}
.BgClassName
{
background-color: #8F1688;
}
</style>
border-color css
<style>
span { border-color: #8F1688; }
span { border-color: rgb(143,22,136); }
td.TdClassName
{
border-color: #8F1688;
}
.TagClassName
{
border-color: #8F1688;
}
</style>