Shades of Dark Purple #8F288C
Tints of Dark Purple #8F288C
RGB
CMYK
RGB Variations
Color information
#8F288C (or 0x8F288C) is known color: Dark Purple. HEX triplet: 8F, 28 and 8C. RGB value is (143,40,140). Sum of RGB (Red+Green+Blue) = 143+40+140=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 143 - color contains mainly: red. Hex color #8F288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F288C is #70D773. Grayscale: #515151. Windows color (decimal): -7395188 or 9185423. OLE color: 9185423.
HSL color Cylindrical-coordinate representation of color #8F288C: hue angle of 301.75º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F288C is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 40 | 140 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.44 |
| HSL | 301.75º | 0.56% | 0.36% | - |
| HSV(B) | 301.75º | 0.72% | 0.56% | - |
| XYZ | 16.82 | 9.25 | 25.71 | - |
| YUV | 82.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 140 | 0 | 0.72 | 0.02 | 0.44 | 301.75 | 0.56 | 0.36 |
| Hex | 8F | 28 | 8C | 0 | 48 | 2 | 2C | 12E | 38 | 24 |
| Octal | 217 | 50 | 214 | 0 | 110 | 2 | 54 | 456 | 70 | 44 |
| Binary | 10001111 | 101000 | 10001100 | 0 | 1001000 | 10 | 101100 | 100101110 | 111000 | 100100 |
Color Harmonies of #8F288C
Complementary color
Monochromatic Colors of #8F288C
Black with #8F288C
Text Example
Text Example
White with #8F288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F288C; }
p { color: rgb(143,40,140); }
H1.HeaderClassName
{
color: #8F288C;
}
.AnyTagClassName
{
color: #8F288C;
}
</style>
background-color css
<style>
a { background-color: #8F288C; }
a { background-color: rgb(143,40,140); }
div.DivClassName
{
background-color: #8F288C;
}
.BgClassName
{
background-color: #8F288C;
}
</style>
border-color css
<style>
span { border-color: #8F288C; }
span { border-color: rgb(143,40,140); }
td.TdClassName
{
border-color: #8F288C;
}
.TagClassName
{
border-color: #8F288C;
}
</style>