Shades of Dark Purple #8F3475
Tints of Dark Purple #8F3475
RGB
CMYK
RGB Variations
Color information
#8F3475 (or 0x8F3475) is known color: Dark Purple. HEX triplet: 8F, 34 and 75. RGB value is (143,52,117). Sum of RGB (Red+Green+Blue) = 143+52+117=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3475 is #70CB8A. Grayscale: #565656. Windows color (decimal): -7392139 or 7681167. OLE color: 7681167.
HSL color Cylindrical-coordinate representation of color #8F3475: hue angle of 317.14º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F3475 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 52 | 117 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.44 |
| HSL | 317.14º | 0.47% | 0.38% | - |
| HSV(B) | 317.14º | 0.64% | 0.56% | - |
| XYZ | 15.77 | 9.58 | 17.85 | - |
| YUV | 86.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 52 | 117 | 0 | 0.64 | 0.18 | 0.44 | 317.14 | 0.47 | 0.38 |
| Hex | 8F | 34 | 75 | 0 | 40 | 12 | 2C | 13D | 2F | 26 |
| Octal | 217 | 64 | 165 | 0 | 100 | 22 | 54 | 475 | 57 | 46 |
| Binary | 10001111 | 110100 | 1110101 | 0 | 1000000 | 10010 | 101100 | 100111101 | 101111 | 100110 |
Color Harmonies of #8F3475
Complementary color
Monochromatic Colors of #8F3475
Black with #8F3475
Text Example
Text Example
White with #8F3475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3475; }
p { color: rgb(143,52,117); }
H1.HeaderClassName
{
color: #8F3475;
}
.AnyTagClassName
{
color: #8F3475;
}
</style>
background-color css
<style>
a { background-color: #8F3475; }
a { background-color: rgb(143,52,117); }
div.DivClassName
{
background-color: #8F3475;
}
.BgClassName
{
background-color: #8F3475;
}
</style>
border-color css
<style>
span { border-color: #8F3475; }
span { border-color: rgb(143,52,117); }
td.TdClassName
{
border-color: #8F3475;
}
.TagClassName
{
border-color: #8F3475;
}
</style>