Shades of Dark Purple #8F1A6D
Tints of Dark Purple #8F1A6D
RGB
CMYK
RGB Variations
Color information
#8F1A6D (or 0x8F1A6D) is known color: Dark Purple. HEX triplet: 8F, 1A and 6D. RGB value is (143,26,109). Sum of RGB (Red+Green+Blue) = 143+26+109=278 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.44% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1A6D is #70E592. Grayscale: #464646. Windows color (decimal): -7398803 or 7150223. OLE color: 7150223.
HSL color Cylindrical-coordinate representation of color #8F1A6D: hue angle of 317.44º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F1A6D is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 26 | 109 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.44 |
| HSL | 317.44º | 0.69% | 0.33% | - |
| HSV(B) | 317.44º | 0.82% | 0.56% | - |
| XYZ | 14.46 | 7.68 | 15.19 | - |
| YUV | 70.45 | 149.76 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 26 | 109 | 0 | 0.82 | 0.24 | 0.44 | 317.44 | 0.69 | 0.33 |
| Hex | 8F | 1A | 6D | 0 | 52 | 18 | 2C | 13D | 45 | 21 |
| Octal | 217 | 32 | 155 | 0 | 122 | 30 | 54 | 475 | 105 | 41 |
| Binary | 10001111 | 11010 | 1101101 | 0 | 1010010 | 11000 | 101100 | 100111101 | 1000101 | 100001 |
Color Harmonies of #8F1A6D
Complementary color
Monochromatic Colors of #8F1A6D
Black with #8F1A6D
Text Example
Text Example
White with #8F1A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1A6D; }
p { color: rgb(143,26,109); }
H1.HeaderClassName
{
color: #8F1A6D;
}
.AnyTagClassName
{
color: #8F1A6D;
}
</style>
background-color css
<style>
a { background-color: #8F1A6D; }
a { background-color: rgb(143,26,109); }
div.DivClassName
{
background-color: #8F1A6D;
}
.BgClassName
{
background-color: #8F1A6D;
}
</style>
border-color css
<style>
span { border-color: #8F1A6D; }
span { border-color: rgb(143,26,109); }
td.TdClassName
{
border-color: #8F1A6D;
}
.TagClassName
{
border-color: #8F1A6D;
}
</style>