Shades of Dark Purple #8F1B7A
Tints of Dark Purple #8F1B7A
RGB
CMYK
RGB Variations
Color information
#8F1B7A (or 0x8F1B7A) is known color: Dark Purple. HEX triplet: 8F, 1B and 7A. RGB value is (143,27,122). Sum of RGB (Red+Green+Blue) = 143+27+122=292 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.97% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1B7A is #70E485. Grayscale: #484848. Windows color (decimal): -7398534 or 8002447. OLE color: 8002447.
HSL color Cylindrical-coordinate representation of color #8F1B7A: hue angle of 310.86º 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 #8F1B7A is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 27 | 122 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.44 |
| HSL | 310.86º | 0.68% | 0.33% | - |
| HSV(B) | 310.86º | 0.81% | 0.56% | - |
| XYZ | 15.23 | 8.03 | 19.16 | - |
| YUV | 72.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 27 | 122 | 0 | 0.81 | 0.15 | 0.44 | 310.86 | 0.68 | 0.33 |
| Hex | 8F | 1B | 7A | 0 | 51 | F | 2C | 137 | 44 | 21 |
| Octal | 217 | 33 | 172 | 0 | 121 | 17 | 54 | 467 | 104 | 41 |
| Binary | 10001111 | 11011 | 1111010 | 0 | 1010001 | 1111 | 101100 | 100110111 | 1000100 | 100001 |
Color Harmonies of #8F1B7A
Complementary color
Monochromatic Colors of #8F1B7A
Black with #8F1B7A
Text Example
Text Example
White with #8F1B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1B7A; }
p { color: rgb(143,27,122); }
H1.HeaderClassName
{
color: #8F1B7A;
}
.AnyTagClassName
{
color: #8F1B7A;
}
</style>
background-color css
<style>
a { background-color: #8F1B7A; }
a { background-color: rgb(143,27,122); }
div.DivClassName
{
background-color: #8F1B7A;
}
.BgClassName
{
background-color: #8F1B7A;
}
</style>
border-color css
<style>
span { border-color: #8F1B7A; }
span { border-color: rgb(143,27,122); }
td.TdClassName
{
border-color: #8F1B7A;
}
.TagClassName
{
border-color: #8F1B7A;
}
</style>