Shades of Dark Purple #8F228B
Tints of Dark Purple #8F228B
RGB
CMYK
RGB Variations
Color information
#8F228B (or 0x8F228B) is known color: Dark Purple. HEX triplet: 8F, 22 and 8B. RGB value is (143,34,139). Sum of RGB (Red+Green+Blue) = 143+34+139=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F228B is #70DD74. Grayscale: #4E4E4E. Windows color (decimal): -7396725 or 9118351. OLE color: 9118351.
HSL color Cylindrical-coordinate representation of color #8F228B: hue angle of 302.2º 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 #8F228B is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 139 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.44 |
| HSL | 302.2º | 0.62% | 0.35% | - |
| HSV(B) | 302.2º | 0.76% | 0.56% | - |
| XYZ | 16.56 | 8.85 | 25.26 | - |
| YUV | 78.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 139 | 0 | 0.76 | 0.03 | 0.44 | 302.2 | 0.62 | 0.35 |
| Hex | 8F | 22 | 8B | 0 | 4C | 3 | 2C | 12E | 3E | 23 |
| Octal | 217 | 42 | 213 | 0 | 114 | 3 | 54 | 456 | 76 | 43 |
| Binary | 10001111 | 100010 | 10001011 | 0 | 1001100 | 11 | 101100 | 100101110 | 111110 | 100011 |
Color Harmonies of #8F228B
Complementary color
Monochromatic Colors of #8F228B
Black with #8F228B
Text Example
Text Example
White with #8F228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F228B; }
p { color: rgb(143,34,139); }
H1.HeaderClassName
{
color: #8F228B;
}
.AnyTagClassName
{
color: #8F228B;
}
</style>
background-color css
<style>
a { background-color: #8F228B; }
a { background-color: rgb(143,34,139); }
div.DivClassName
{
background-color: #8F228B;
}
.BgClassName
{
background-color: #8F228B;
}
</style>
border-color css
<style>
span { border-color: #8F228B; }
span { border-color: rgb(143,34,139); }
td.TdClassName
{
border-color: #8F228B;
}
.TagClassName
{
border-color: #8F228B;
}
</style>