Shades of Dark Purple #8F1C7B
Tints of Dark Purple #8F1C7B
RGB
CMYK
RGB Variations
Color information
#8F1C7B (or 0x8F1C7B) is known color: Dark Purple. HEX triplet: 8F, 1C and 7B. RGB value is (143,28,123). Sum of RGB (Red+Green+Blue) = 143+28+123=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1C7B is #70E384. Grayscale: #484848. Windows color (decimal): -7398277 or 8068239. OLE color: 8068239.
HSL color Cylindrical-coordinate representation of color #8F1C7B: hue angle of 310.43º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F1C7B is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 28 | 123 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.44 |
| HSL | 310.43º | 0.67% | 0.34% | - |
| HSV(B) | 310.43º | 0.8% | 0.56% | - |
| XYZ | 15.32 | 8.1 | 19.5 | - |
| YUV | 73.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 28 | 123 | 0 | 0.80 | 0.14 | 0.44 | 310.43 | 0.67 | 0.34 |
| Hex | 8F | 1C | 7B | 0 | 50 | E | 2C | 136 | 43 | 22 |
| Octal | 217 | 34 | 173 | 0 | 120 | 16 | 54 | 466 | 103 | 42 |
| Binary | 10001111 | 11100 | 1111011 | 0 | 1010000 | 1110 | 101100 | 100110110 | 1000011 | 100010 |
Color Harmonies of #8F1C7B
Complementary color
Monochromatic Colors of #8F1C7B
Black with #8F1C7B
Text Example
Text Example
White with #8F1C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1C7B; }
p { color: rgb(143,28,123); }
H1.HeaderClassName
{
color: #8F1C7B;
}
.AnyTagClassName
{
color: #8F1C7B;
}
</style>
background-color css
<style>
a { background-color: #8F1C7B; }
a { background-color: rgb(143,28,123); }
div.DivClassName
{
background-color: #8F1C7B;
}
.BgClassName
{
background-color: #8F1C7B;
}
</style>
border-color css
<style>
span { border-color: #8F1C7B; }
span { border-color: rgb(143,28,123); }
td.TdClassName
{
border-color: #8F1C7B;
}
.TagClassName
{
border-color: #8F1C7B;
}
</style>