Shades of Dark Purple #8F417B
Tints of Dark Purple #8F417B
RGB
CMYK
RGB Variations
Color information
#8F417B (or 0x8F417B) is known color: Dark Purple. HEX triplet: 8F, 41 and 7B. RGB value is (143,65,123). Sum of RGB (Red+Green+Blue) = 143+65+123=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 143 - color contains mainly: red. Hex color #8F417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F417B is #70BE84. Grayscale: #5E5E5E. Windows color (decimal): -7388805 or 8077711. OLE color: 8077711.
HSL color Cylindrical-coordinate representation of color #8F417B: hue angle of 315.38º 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 #8F417B is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 123 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.44 |
| HSL | 315.38º | 0.38% | 0.41% | - |
| HSV(B) | 315.38º | 0.55% | 0.56% | - |
| XYZ | 16.79 | 11.05 | 19.99 | - |
| YUV | 94.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 123 | 0 | 0.55 | 0.14 | 0.44 | 315.38 | 0.38 | 0.41 |
| Hex | 8F | 41 | 7B | 0 | 37 | E | 2C | 13B | 26 | 29 |
| Octal | 217 | 101 | 173 | 0 | 67 | 16 | 54 | 473 | 46 | 51 |
| Binary | 10001111 | 1000001 | 1111011 | 0 | 110111 | 1110 | 101100 | 100111011 | 100110 | 101001 |
Color Harmonies of #8F417B
Complementary color
Monochromatic Colors of #8F417B
Black with #8F417B
Text Example
Text Example
White with #8F417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F417B; }
p { color: rgb(143,65,123); }
H1.HeaderClassName
{
color: #8F417B;
}
.AnyTagClassName
{
color: #8F417B;
}
</style>
background-color css
<style>
a { background-color: #8F417B; }
a { background-color: rgb(143,65,123); }
div.DivClassName
{
background-color: #8F417B;
}
.BgClassName
{
background-color: #8F417B;
}
</style>
border-color css
<style>
span { border-color: #8F417B; }
span { border-color: rgb(143,65,123); }
td.TdClassName
{
border-color: #8F417B;
}
.TagClassName
{
border-color: #8F417B;
}
</style>