Shades of Dark Purple #8F2B6D
Tints of Dark Purple #8F2B6D
RGB
CMYK
RGB Variations
Color information
#8F2B6D (or 0x8F2B6D) is known color: Dark Purple. HEX triplet: 8F, 2B and 6D. RGB value is (143,43,109). Sum of RGB (Red+Green+Blue) = 143+43+109=295 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.47% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2B6D is #70D492. Grayscale: #505050. Windows color (decimal): -7394451 or 7154575. OLE color: 7154575.
HSL color Cylindrical-coordinate representation of color #8F2B6D: hue angle of 320.4º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F2B6D is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 43 | 109 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.44 |
| HSL | 320.4º | 0.54% | 0.36% | - |
| HSV(B) | 320.4º | 0.7% | 0.56% | - |
| XYZ | 14.95 | 8.67 | 15.35 | - |
| YUV | 80.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 109 | 0 | 0.70 | 0.24 | 0.44 | 320.4 | 0.54 | 0.36 |
| Hex | 8F | 2B | 6D | 0 | 46 | 18 | 2C | 140 | 36 | 24 |
| Octal | 217 | 53 | 155 | 0 | 106 | 30 | 54 | 500 | 66 | 44 |
| Binary | 10001111 | 101011 | 1101101 | 0 | 1000110 | 11000 | 101100 | 101000000 | 110110 | 100100 |
Color Harmonies of #8F2B6D
Complementary color
Monochromatic Colors of #8F2B6D
Black with #8F2B6D
Text Example
Text Example
White with #8F2B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2B6D; }
p { color: rgb(143,43,109); }
H1.HeaderClassName
{
color: #8F2B6D;
}
.AnyTagClassName
{
color: #8F2B6D;
}
</style>
background-color css
<style>
a { background-color: #8F2B6D; }
a { background-color: rgb(143,43,109); }
div.DivClassName
{
background-color: #8F2B6D;
}
.BgClassName
{
background-color: #8F2B6D;
}
</style>
border-color css
<style>
span { border-color: #8F2B6D; }
span { border-color: rgb(143,43,109); }
td.TdClassName
{
border-color: #8F2B6D;
}
.TagClassName
{
border-color: #8F2B6D;
}
</style>