Shades of Dark Purple #8F227F
Tints of Dark Purple #8F227F
RGB
CMYK
RGB Variations
Color information
#8F227F (or 0x8F227F) is known color: Dark Purple. HEX triplet: 8F, 22 and 7F. RGB value is (143,34,127). Sum of RGB (Red+Green+Blue) = 143+34+127=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F227F is #70DD80. Grayscale: #4C4C4C. Windows color (decimal): -7396737 or 8331919. OLE color: 8331919.
HSL color Cylindrical-coordinate representation of color #8F227F: hue angle of 308.81º 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 #8F227F is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 127 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.44 |
| HSL | 308.81º | 0.62% | 0.35% | - |
| HSV(B) | 308.81º | 0.76% | 0.56% | - |
| XYZ | 15.73 | 8.52 | 20.89 | - |
| YUV | 77.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 127 | 0 | 0.76 | 0.11 | 0.44 | 308.81 | 0.62 | 0.35 |
| Hex | 8F | 22 | 7F | 0 | 4C | B | 2C | 135 | 3E | 23 |
| Octal | 217 | 42 | 177 | 0 | 114 | 13 | 54 | 465 | 76 | 43 |
| Binary | 10001111 | 100010 | 1111111 | 0 | 1001100 | 1011 | 101100 | 100110101 | 111110 | 100011 |
Color Harmonies of #8F227F
Complementary color
Monochromatic Colors of #8F227F
Black with #8F227F
Text Example
Text Example
White with #8F227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F227F; }
p { color: rgb(143,34,127); }
H1.HeaderClassName
{
color: #8F227F;
}
.AnyTagClassName
{
color: #8F227F;
}
</style>
background-color css
<style>
a { background-color: #8F227F; }
a { background-color: rgb(143,34,127); }
div.DivClassName
{
background-color: #8F227F;
}
.BgClassName
{
background-color: #8F227F;
}
</style>
border-color css
<style>
span { border-color: #8F227F; }
span { border-color: rgb(143,34,127); }
td.TdClassName
{
border-color: #8F227F;
}
.TagClassName
{
border-color: #8F227F;
}
</style>