Shades of Dark Purple #8F3979
Tints of Dark Purple #8F3979
RGB
CMYK
RGB Variations
Color information
#8F3979 (or 0x8F3979) is known color: Dark Purple. HEX triplet: 8F, 39 and 79. RGB value is (143,57,121). Sum of RGB (Red+Green+Blue) = 143+57+121=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3979 is #70C686. Grayscale: #595959. Windows color (decimal): -7390855 or 7944591. OLE color: 7944591.
HSL color Cylindrical-coordinate representation of color #8F3979: hue angle of 315.35º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F3979 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 57 | 121 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.44 |
| HSL | 315.35º | 0.43% | 0.39% | - |
| HSV(B) | 315.35º | 0.6% | 0.56% | - |
| XYZ | 16.24 | 10.15 | 19.19 | - |
| YUV | 90.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 121 | 0 | 0.60 | 0.15 | 0.44 | 315.35 | 0.43 | 0.39 |
| Hex | 8F | 39 | 79 | 0 | 3C | F | 2C | 13B | 2B | 27 |
| Octal | 217 | 71 | 171 | 0 | 74 | 17 | 54 | 473 | 53 | 47 |
| Binary | 10001111 | 111001 | 1111001 | 0 | 111100 | 1111 | 101100 | 100111011 | 101011 | 100111 |
Color Harmonies of #8F3979
Complementary color
Monochromatic Colors of #8F3979
Black with #8F3979
Text Example
Text Example
White with #8F3979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3979; }
p { color: rgb(143,57,121); }
H1.HeaderClassName
{
color: #8F3979;
}
.AnyTagClassName
{
color: #8F3979;
}
</style>
background-color css
<style>
a { background-color: #8F3979; }
a { background-color: rgb(143,57,121); }
div.DivClassName
{
background-color: #8F3979;
}
.BgClassName
{
background-color: #8F3979;
}
</style>
border-color css
<style>
span { border-color: #8F3979; }
span { border-color: rgb(143,57,121); }
td.TdClassName
{
border-color: #8F3979;
}
.TagClassName
{
border-color: #8F3979;
}
</style>