Shades of Dark Purple #8F3F75
Tints of Dark Purple #8F3F75
RGB
CMYK
RGB Variations
Color information
#8F3F75 (or 0x8F3F75) is known color: Dark Purple. HEX triplet: 8F, 3F and 75. RGB value is (143,63,117). Sum of RGB (Red+Green+Blue) = 143+63+117=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3F75 is #70C08A. Grayscale: #5C5C5C. Windows color (decimal): -7389323 or 7683983. OLE color: 7683983.
HSL color Cylindrical-coordinate representation of color #8F3F75: hue angle of 319.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F3F75 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 63 | 117 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.44 |
| HSL | 319.5º | 0.39% | 0.4% | - |
| HSV(B) | 319.5º | 0.56% | 0.56% | - |
| XYZ | 16.32 | 10.68 | 18.03 | - |
| YUV | 93.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 117 | 0 | 0.56 | 0.18 | 0.44 | 319.5 | 0.39 | 0.4 |
| Hex | 8F | 3F | 75 | 0 | 38 | 12 | 2C | 140 | 27 | 28 |
| Octal | 217 | 77 | 165 | 0 | 70 | 22 | 54 | 500 | 47 | 50 |
| Binary | 10001111 | 111111 | 1110101 | 0 | 111000 | 10010 | 101100 | 101000000 | 100111 | 101000 |
Color Harmonies of #8F3F75
Complementary color
Monochromatic Colors of #8F3F75
Black with #8F3F75
Text Example
Text Example
White with #8F3F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3F75; }
p { color: rgb(143,63,117); }
H1.HeaderClassName
{
color: #8F3F75;
}
.AnyTagClassName
{
color: #8F3F75;
}
</style>
background-color css
<style>
a { background-color: #8F3F75; }
a { background-color: rgb(143,63,117); }
div.DivClassName
{
background-color: #8F3F75;
}
.BgClassName
{
background-color: #8F3F75;
}
</style>
border-color css
<style>
span { border-color: #8F3F75; }
span { border-color: rgb(143,63,117); }
td.TdClassName
{
border-color: #8F3F75;
}
.TagClassName
{
border-color: #8F3F75;
}
</style>