Shades of Dark Purple #8F2288
Tints of Dark Purple #8F2288
RGB
CMYK
RGB Variations
Color information
#8F2288 (or 0x8F2288) is known color: Dark Purple. HEX triplet: 8F, 22 and 88. RGB value is (143,34,136). Sum of RGB (Red+Green+Blue) = 143+34+136=313 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.69% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2288 is #70DD77. Grayscale: #4D4D4D. Windows color (decimal): -7396728 or 8921743. OLE color: 8921743.
HSL color Cylindrical-coordinate representation of color #8F2288: hue angle of 303.85º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2288 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 136 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.44 |
| HSL | 303.85º | 0.62% | 0.35% | - |
| HSV(B) | 303.85º | 0.76% | 0.56% | - |
| XYZ | 16.34 | 8.76 | 24.12 | - |
| YUV | 78.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 136 | 0 | 0.76 | 0.05 | 0.44 | 303.85 | 0.62 | 0.35 |
| Hex | 8F | 22 | 88 | 0 | 4C | 5 | 2C | 130 | 3E | 23 |
| Octal | 217 | 42 | 210 | 0 | 114 | 5 | 54 | 460 | 76 | 43 |
| Binary | 10001111 | 100010 | 10001000 | 0 | 1001100 | 101 | 101100 | 100110000 | 111110 | 100011 |
Color Harmonies of #8F2288
Complementary color
Monochromatic Colors of #8F2288
Black with #8F2288
Text Example
Text Example
White with #8F2288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2288; }
p { color: rgb(143,34,136); }
H1.HeaderClassName
{
color: #8F2288;
}
.AnyTagClassName
{
color: #8F2288;
}
</style>
background-color css
<style>
a { background-color: #8F2288; }
a { background-color: rgb(143,34,136); }
div.DivClassName
{
background-color: #8F2288;
}
.BgClassName
{
background-color: #8F2288;
}
</style>
border-color css
<style>
span { border-color: #8F2288; }
span { border-color: rgb(143,34,136); }
td.TdClassName
{
border-color: #8F2288;
}
.TagClassName
{
border-color: #8F2288;
}
</style>