Shades of Dark Purple #8F156A
Tints of Dark Purple #8F156A
RGB
CMYK
RGB Variations
Color information
#8F156A (or 0x8F156A) is known color: Dark Purple. HEX triplet: 8F, 15 and 6A. RGB value is (143,21,106). Sum of RGB (Red+Green+Blue) = 143+21+106=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F156A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F156A is #70EA95. Grayscale: #424242. Windows color (decimal): -7400086 or 6952335. OLE color: 6952335.
HSL color Cylindrical-coordinate representation of color #8F156A: hue angle of 318.2º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F156A is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 21 | 106 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.44 |
| HSL | 318.2º | 0.74% | 0.32% | - |
| HSV(B) | 318.2º | 0.85% | 0.56% | - |
| XYZ | 14.2 | 7.42 | 14.32 | - |
| YUV | 67.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 106 | 0 | 0.85 | 0.26 | 0.44 | 318.2 | 0.74 | 0.32 |
| Hex | 8F | 15 | 6A | 0 | 55 | 1A | 2C | 13E | 4A | 20 |
| Octal | 217 | 25 | 152 | 0 | 125 | 32 | 54 | 476 | 112 | 40 |
| Binary | 10001111 | 10101 | 1101010 | 0 | 1010101 | 11010 | 101100 | 100111110 | 1001010 | 100000 |
Color Harmonies of #8F156A
Complementary color
Monochromatic Colors of #8F156A
Black with #8F156A
Text Example
Text Example
White with #8F156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F156A; }
p { color: rgb(143,21,106); }
H1.HeaderClassName
{
color: #8F156A;
}
.AnyTagClassName
{
color: #8F156A;
}
</style>
background-color css
<style>
a { background-color: #8F156A; }
a { background-color: rgb(143,21,106); }
div.DivClassName
{
background-color: #8F156A;
}
.BgClassName
{
background-color: #8F156A;
}
</style>
border-color css
<style>
span { border-color: #8F156A; }
span { border-color: rgb(143,21,106); }
td.TdClassName
{
border-color: #8F156A;
}
.TagClassName
{
border-color: #8F156A;
}
</style>