Shades of Dark Purple #8F326E
Tints of Dark Purple #8F326E
RGB
CMYK
RGB Variations
Color information
#8F326E (or 0x8F326E) is known color: Dark Purple. HEX triplet: 8F, 32 and 6E. RGB value is (143,50,110). Sum of RGB (Red+Green+Blue) = 143+50+110=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F326E is #70CD91. Grayscale: #545454. Windows color (decimal): -7392658 or 7221903. OLE color: 7221903.
HSL color Cylindrical-coordinate representation of color #8F326E: hue angle of 321.29º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F326E is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 110 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.44 |
| HSL | 321.29º | 0.48% | 0.38% | - |
| HSV(B) | 321.29º | 0.65% | 0.56% | - |
| XYZ | 15.28 | 9.25 | 15.73 | - |
| YUV | 84.65 | 142.31 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 110 | 0 | 0.65 | 0.23 | 0.44 | 321.29 | 0.48 | 0.38 |
| Hex | 8F | 32 | 6E | 0 | 41 | 17 | 2C | 141 | 30 | 26 |
| Octal | 217 | 62 | 156 | 0 | 101 | 27 | 54 | 501 | 60 | 46 |
| Binary | 10001111 | 110010 | 1101110 | 0 | 1000001 | 10111 | 101100 | 101000001 | 110000 | 100110 |
Color Harmonies of #8F326E
Complementary color
Monochromatic Colors of #8F326E
Black with #8F326E
Text Example
Text Example
White with #8F326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F326E; }
p { color: rgb(143,50,110); }
H1.HeaderClassName
{
color: #8F326E;
}
.AnyTagClassName
{
color: #8F326E;
}
</style>
background-color css
<style>
a { background-color: #8F326E; }
a { background-color: rgb(143,50,110); }
div.DivClassName
{
background-color: #8F326E;
}
.BgClassName
{
background-color: #8F326E;
}
</style>
border-color css
<style>
span { border-color: #8F326E; }
span { border-color: rgb(143,50,110); }
td.TdClassName
{
border-color: #8F326E;
}
.TagClassName
{
border-color: #8F326E;
}
</style>