Shades of Dark Purple #8F4177
Tints of Dark Purple #8F4177
RGB
CMYK
RGB Variations
Color information
#8F4177 (or 0x8F4177) is known color: Dark Purple. HEX triplet: 8F, 41 and 77. RGB value is (143,65,119). Sum of RGB (Red+Green+Blue) = 143+65+119=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4177 is #70BE88. Grayscale: #5E5E5E. Windows color (decimal): -7388809 or 7815567. OLE color: 7815567.
HSL color Cylindrical-coordinate representation of color #8F4177: hue angle of 318.46º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F4177 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 119 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.44 |
| HSL | 318.46º | 0.38% | 0.41% | - |
| HSV(B) | 318.46º | 0.55% | 0.56% | - |
| XYZ | 16.55 | 10.95 | 18.69 | - |
| YUV | 94.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 119 | 0 | 0.55 | 0.17 | 0.44 | 318.46 | 0.38 | 0.41 |
| Hex | 8F | 41 | 77 | 0 | 37 | 11 | 2C | 13E | 26 | 29 |
| Octal | 217 | 101 | 167 | 0 | 67 | 21 | 54 | 476 | 46 | 51 |
| Binary | 10001111 | 1000001 | 1110111 | 0 | 110111 | 10001 | 101100 | 100111110 | 100110 | 101001 |
Color Harmonies of #8F4177
Complementary color
Monochromatic Colors of #8F4177
Black with #8F4177
Text Example
Text Example
White with #8F4177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4177; }
p { color: rgb(143,65,119); }
H1.HeaderClassName
{
color: #8F4177;
}
.AnyTagClassName
{
color: #8F4177;
}
</style>
background-color css
<style>
a { background-color: #8F4177; }
a { background-color: rgb(143,65,119); }
div.DivClassName
{
background-color: #8F4177;
}
.BgClassName
{
background-color: #8F4177;
}
</style>
border-color css
<style>
span { border-color: #8F4177; }
span { border-color: rgb(143,65,119); }
td.TdClassName
{
border-color: #8F4177;
}
.TagClassName
{
border-color: #8F4177;
}
</style>