Shades of Dark Purple #8F2788
Tints of Dark Purple #8F2788
RGB
CMYK
RGB Variations
Color information
#8F2788 (or 0x8F2788) is known color: Dark Purple. HEX triplet: 8F, 27 and 88. RGB value is (143,39,136). Sum of RGB (Red+Green+Blue) = 143+39+136=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2788 is #70D877. Grayscale: #505050. Windows color (decimal): -7395448 or 8923023. OLE color: 8923023.
HSL color Cylindrical-coordinate representation of color #8F2788: hue angle of 304.04º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F2788 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 39 | 136 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.44 |
| HSL | 304.04º | 0.57% | 0.36% | - |
| HSV(B) | 304.04º | 0.73% | 0.56% | - |
| XYZ | 16.5 | 9.07 | 24.17 | - |
| YUV | 81.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 136 | 0 | 0.73 | 0.05 | 0.44 | 304.04 | 0.57 | 0.36 |
| Hex | 8F | 27 | 88 | 0 | 49 | 5 | 2C | 130 | 39 | 24 |
| Octal | 217 | 47 | 210 | 0 | 111 | 5 | 54 | 460 | 71 | 44 |
| Binary | 10001111 | 100111 | 10001000 | 0 | 1001001 | 101 | 101100 | 100110000 | 111001 | 100100 |
Color Harmonies of #8F2788
Complementary color
Monochromatic Colors of #8F2788
Black with #8F2788
Text Example
Text Example
White with #8F2788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2788; }
p { color: rgb(143,39,136); }
H1.HeaderClassName
{
color: #8F2788;
}
.AnyTagClassName
{
color: #8F2788;
}
</style>
background-color css
<style>
a { background-color: #8F2788; }
a { background-color: rgb(143,39,136); }
div.DivClassName
{
background-color: #8F2788;
}
.BgClassName
{
background-color: #8F2788;
}
</style>
border-color css
<style>
span { border-color: #8F2788; }
span { border-color: rgb(143,39,136); }
td.TdClassName
{
border-color: #8F2788;
}
.TagClassName
{
border-color: #8F2788;
}
</style>