Shades of Dark Purple #8F327B
Tints of Dark Purple #8F327B
RGB
CMYK
RGB Variations
Color information
#8F327B (or 0x8F327B) is known color: Dark Purple. HEX triplet: 8F, 32 and 7B. RGB value is (143,50,123). Sum of RGB (Red+Green+Blue) = 143+50+123=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F327B is #70CD84. Grayscale: #555555. Windows color (decimal): -7392645 or 8073871. OLE color: 8073871.
HSL color Cylindrical-coordinate representation of color #8F327B: hue angle of 312.9º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F327B is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 123 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.44 |
| HSL | 312.9º | 0.48% | 0.38% | - |
| HSV(B) | 312.9º | 0.65% | 0.56% | - |
| XYZ | 16.04 | 9.55 | 19.74 | - |
| YUV | 86.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 123 | 0 | 0.65 | 0.14 | 0.44 | 312.9 | 0.48 | 0.38 |
| Hex | 8F | 32 | 7B | 0 | 41 | E | 2C | 139 | 30 | 26 |
| Octal | 217 | 62 | 173 | 0 | 101 | 16 | 54 | 471 | 60 | 46 |
| Binary | 10001111 | 110010 | 1111011 | 0 | 1000001 | 1110 | 101100 | 100111001 | 110000 | 100110 |
Color Harmonies of #8F327B
Complementary color
Monochromatic Colors of #8F327B
Black with #8F327B
Text Example
Text Example
White with #8F327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F327B; }
p { color: rgb(143,50,123); }
H1.HeaderClassName
{
color: #8F327B;
}
.AnyTagClassName
{
color: #8F327B;
}
</style>
background-color css
<style>
a { background-color: #8F327B; }
a { background-color: rgb(143,50,123); }
div.DivClassName
{
background-color: #8F327B;
}
.BgClassName
{
background-color: #8F327B;
}
</style>
border-color css
<style>
span { border-color: #8F327B; }
span { border-color: rgb(143,50,123); }
td.TdClassName
{
border-color: #8F327B;
}
.TagClassName
{
border-color: #8F327B;
}
</style>