Shades of Dark Purple #8F226A
Tints of Dark Purple #8F226A
RGB
CMYK
RGB Variations
Color information
#8F226A (or 0x8F226A) is known color: Dark Purple. HEX triplet: 8F, 22 and 6A. RGB value is (143,34,106). Sum of RGB (Red+Green+Blue) = 143+34+106=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F226A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F226A is #70DD95. Grayscale: #4A4A4A. Windows color (decimal): -7396758 or 6955663. OLE color: 6955663.
HSL color Cylindrical-coordinate representation of color #8F226A: hue angle of 320.37º 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 #8F226A is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 106 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.44 |
| HSL | 320.37º | 0.62% | 0.35% | - |
| HSV(B) | 320.37º | 0.76% | 0.56% | - |
| XYZ | 14.5 | 8.02 | 14.42 | - |
| YUV | 74.8 | 145.61 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 106 | 0 | 0.76 | 0.26 | 0.44 | 320.37 | 0.62 | 0.35 |
| Hex | 8F | 22 | 6A | 0 | 4C | 1A | 2C | 140 | 3E | 23 |
| Octal | 217 | 42 | 152 | 0 | 114 | 32 | 54 | 500 | 76 | 43 |
| Binary | 10001111 | 100010 | 1101010 | 0 | 1001100 | 11010 | 101100 | 101000000 | 111110 | 100011 |
Color Harmonies of #8F226A
Complementary color
Monochromatic Colors of #8F226A
Black with #8F226A
Text Example
Text Example
White with #8F226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F226A; }
p { color: rgb(143,34,106); }
H1.HeaderClassName
{
color: #8F226A;
}
.AnyTagClassName
{
color: #8F226A;
}
</style>
background-color css
<style>
a { background-color: #8F226A; }
a { background-color: rgb(143,34,106); }
div.DivClassName
{
background-color: #8F226A;
}
.BgClassName
{
background-color: #8F226A;
}
</style>
border-color css
<style>
span { border-color: #8F226A; }
span { border-color: rgb(143,34,106); }
td.TdClassName
{
border-color: #8F226A;
}
.TagClassName
{
border-color: #8F226A;
}
</style>