Shades of Dark Purple #8F227D
Tints of Dark Purple #8F227D
RGB
CMYK
RGB Variations
Color information
#8F227D (or 0x8F227D) is known color: Dark Purple. HEX triplet: 8F, 22 and 7D. RGB value is (143,34,125). Sum of RGB (Red+Green+Blue) = 143+34+125=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F227D is #70DD82. Grayscale: #4C4C4C. Windows color (decimal): -7396739 or 8200847. OLE color: 8200847.
HSL color Cylindrical-coordinate representation of color #8F227D: hue angle of 309.91º 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 #8F227D is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 125 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.44 |
| HSL | 309.91º | 0.62% | 0.35% | - |
| HSV(B) | 309.91º | 0.76% | 0.56% | - |
| XYZ | 15.6 | 8.46 | 20.21 | - |
| YUV | 76.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 125 | 0 | 0.76 | 0.13 | 0.44 | 309.91 | 0.62 | 0.35 |
| Hex | 8F | 22 | 7D | 0 | 4C | D | 2C | 136 | 3E | 23 |
| Octal | 217 | 42 | 175 | 0 | 114 | 15 | 54 | 466 | 76 | 43 |
| Binary | 10001111 | 100010 | 1111101 | 0 | 1001100 | 1101 | 101100 | 100110110 | 111110 | 100011 |
Color Harmonies of #8F227D
Complementary color
Monochromatic Colors of #8F227D
Black with #8F227D
Text Example
Text Example
White with #8F227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F227D; }
p { color: rgb(143,34,125); }
H1.HeaderClassName
{
color: #8F227D;
}
.AnyTagClassName
{
color: #8F227D;
}
</style>
background-color css
<style>
a { background-color: #8F227D; }
a { background-color: rgb(143,34,125); }
div.DivClassName
{
background-color: #8F227D;
}
.BgClassName
{
background-color: #8F227D;
}
</style>
border-color css
<style>
span { border-color: #8F227D; }
span { border-color: rgb(143,34,125); }
td.TdClassName
{
border-color: #8F227D;
}
.TagClassName
{
border-color: #8F227D;
}
</style>