Shades of Dark Purple #8F2688
Tints of Dark Purple #8F2688
RGB
CMYK
RGB Variations
Color information
#8F2688 (or 0x8F2688) is known color: Dark Purple. HEX triplet: 8F, 26 and 88. RGB value is (143,38,136). Sum of RGB (Red+Green+Blue) = 143+38+136=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2688 is #70D977. Grayscale: #505050. Windows color (decimal): -7395704 or 8922767. OLE color: 8922767.
HSL color Cylindrical-coordinate representation of color #8F2688: hue angle of 304º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F2688 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 38 | 136 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.44 |
| HSL | 304º | 0.58% | 0.35% | - |
| HSV(B) | 304º | 0.73% | 0.56% | - |
| XYZ | 16.46 | 9 | 24.16 | - |
| YUV | 80.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 136 | 0 | 0.73 | 0.05 | 0.44 | 304 | 0.58 | 0.35 |
| Hex | 8F | 26 | 88 | 0 | 49 | 5 | 2C | 130 | 3A | 23 |
| Octal | 217 | 46 | 210 | 0 | 111 | 5 | 54 | 460 | 72 | 43 |
| Binary | 10001111 | 100110 | 10001000 | 0 | 1001001 | 101 | 101100 | 100110000 | 111010 | 100011 |
Color Harmonies of #8F2688
Complementary color
Monochromatic Colors of #8F2688
Black with #8F2688
Text Example
Text Example
White with #8F2688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2688; }
p { color: rgb(143,38,136); }
H1.HeaderClassName
{
color: #8F2688;
}
.AnyTagClassName
{
color: #8F2688;
}
</style>
background-color css
<style>
a { background-color: #8F2688; }
a { background-color: rgb(143,38,136); }
div.DivClassName
{
background-color: #8F2688;
}
.BgClassName
{
background-color: #8F2688;
}
</style>
border-color css
<style>
span { border-color: #8F2688; }
span { border-color: rgb(143,38,136); }
td.TdClassName
{
border-color: #8F2688;
}
.TagClassName
{
border-color: #8F2688;
}
</style>