Shades of Dark Purple #8F2B8A
Tints of Dark Purple #8F2B8A
RGB
CMYK
RGB Variations
Color information
#8F2B8A (or 0x8F2B8A) is known color: Dark Purple. HEX triplet: 8F, 2B and 8A. RGB value is (143,43,138). Sum of RGB (Red+Green+Blue) = 143+43+138=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2B8A is #70D475. Grayscale: #535353. Windows color (decimal): -7394422 or 9055119. OLE color: 9055119.
HSL color Cylindrical-coordinate representation of color #8F2B8A: hue angle of 303º 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 #8F2B8A is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 43 | 138 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.44 |
| HSL | 303º | 0.54% | 0.36% | - |
| HSV(B) | 303º | 0.7% | 0.56% | - |
| XYZ | 16.78 | 9.4 | 24.98 | - |
| YUV | 83.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 138 | 0 | 0.70 | 0.03 | 0.44 | 303 | 0.54 | 0.36 |
| Hex | 8F | 2B | 8A | 0 | 46 | 3 | 2C | 12F | 36 | 24 |
| Octal | 217 | 53 | 212 | 0 | 106 | 3 | 54 | 457 | 66 | 44 |
| Binary | 10001111 | 101011 | 10001010 | 0 | 1000110 | 11 | 101100 | 100101111 | 110110 | 100100 |
Color Harmonies of #8F2B8A
Complementary color
Monochromatic Colors of #8F2B8A
Black with #8F2B8A
Text Example
Text Example
White with #8F2B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2B8A; }
p { color: rgb(143,43,138); }
H1.HeaderClassName
{
color: #8F2B8A;
}
.AnyTagClassName
{
color: #8F2B8A;
}
</style>
background-color css
<style>
a { background-color: #8F2B8A; }
a { background-color: rgb(143,43,138); }
div.DivClassName
{
background-color: #8F2B8A;
}
.BgClassName
{
background-color: #8F2B8A;
}
</style>
border-color css
<style>
span { border-color: #8F2B8A; }
span { border-color: rgb(143,43,138); }
td.TdClassName
{
border-color: #8F2B8A;
}
.TagClassName
{
border-color: #8F2B8A;
}
</style>