Shades of Dark Purple #8F3170
Tints of Dark Purple #8F3170
RGB
CMYK
RGB Variations
Color information
#8F3170 (or 0x8F3170) is known color: Dark Purple. HEX triplet: 8F, 31 and 70. RGB value is (143,49,112). Sum of RGB (Red+Green+Blue) = 143+49+112=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3170 is #70CE8F. Grayscale: #545454. Windows color (decimal): -7392912 or 7352719. OLE color: 7352719.
HSL color Cylindrical-coordinate representation of color #8F3170: hue angle of 319.79º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3170 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 112 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.44 |
| HSL | 319.79º | 0.49% | 0.38% | - |
| HSV(B) | 319.79º | 0.66% | 0.56% | - |
| XYZ | 15.35 | 9.21 | 16.3 | - |
| YUV | 84.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 112 | 0 | 0.66 | 0.22 | 0.44 | 319.79 | 0.49 | 0.38 |
| Hex | 8F | 31 | 70 | 0 | 42 | 16 | 2C | 140 | 31 | 26 |
| Octal | 217 | 61 | 160 | 0 | 102 | 26 | 54 | 500 | 61 | 46 |
| Binary | 10001111 | 110001 | 1110000 | 0 | 1000010 | 10110 | 101100 | 101000000 | 110001 | 100110 |
Color Harmonies of #8F3170
Complementary color
Monochromatic Colors of #8F3170
Black with #8F3170
Text Example
Text Example
White with #8F3170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3170; }
p { color: rgb(143,49,112); }
H1.HeaderClassName
{
color: #8F3170;
}
.AnyTagClassName
{
color: #8F3170;
}
</style>
background-color css
<style>
a { background-color: #8F3170; }
a { background-color: rgb(143,49,112); }
div.DivClassName
{
background-color: #8F3170;
}
.BgClassName
{
background-color: #8F3170;
}
</style>
border-color css
<style>
span { border-color: #8F3170; }
span { border-color: rgb(143,49,112); }
td.TdClassName
{
border-color: #8F3170;
}
.TagClassName
{
border-color: #8F3170;
}
</style>