Shades of Dark Purple #8F1B7F
Tints of Dark Purple #8F1B7F
RGB
CMYK
RGB Variations
Color information
#8F1B7F (or 0x8F1B7F) is known color: Dark Purple. HEX triplet: 8F, 1B and 7F. RGB value is (143,27,127). Sum of RGB (Red+Green+Blue) = 143+27+127=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1B7F is #70E480. Grayscale: #484848. Windows color (decimal): -7398529 or 8330127. OLE color: 8330127.
HSL color Cylindrical-coordinate representation of color #8F1B7F: hue angle of 308.28º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F1B7F is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 27 | 127 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.44 |
| HSL | 308.28º | 0.68% | 0.33% | - |
| HSV(B) | 308.28º | 0.81% | 0.56% | - |
| XYZ | 15.55 | 8.16 | 20.83 | - |
| YUV | 73.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 27 | 127 | 0 | 0.81 | 0.11 | 0.44 | 308.28 | 0.68 | 0.33 |
| Hex | 8F | 1B | 7F | 0 | 51 | B | 2C | 134 | 44 | 21 |
| Octal | 217 | 33 | 177 | 0 | 121 | 13 | 54 | 464 | 104 | 41 |
| Binary | 10001111 | 11011 | 1111111 | 0 | 1010001 | 1011 | 101100 | 100110100 | 1000100 | 100001 |
Color Harmonies of #8F1B7F
Complementary color
Monochromatic Colors of #8F1B7F
Black with #8F1B7F
Text Example
Text Example
White with #8F1B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1B7F; }
p { color: rgb(143,27,127); }
H1.HeaderClassName
{
color: #8F1B7F;
}
.AnyTagClassName
{
color: #8F1B7F;
}
</style>
background-color css
<style>
a { background-color: #8F1B7F; }
a { background-color: rgb(143,27,127); }
div.DivClassName
{
background-color: #8F1B7F;
}
.BgClassName
{
background-color: #8F1B7F;
}
</style>
border-color css
<style>
span { border-color: #8F1B7F; }
span { border-color: rgb(143,27,127); }
td.TdClassName
{
border-color: #8F1B7F;
}
.TagClassName
{
border-color: #8F1B7F;
}
</style>