Shades of Dark Purple #8F2D8A
Tints of Dark Purple #8F2D8A
RGB
CMYK
RGB Variations
Color information
#8F2D8A (or 0x8F2D8A) is known color: Dark Purple. HEX triplet: 8F, 2D and 8A. RGB value is (143,45,138). Sum of RGB (Red+Green+Blue) = 143+45+138=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2D8A is #70D275. Grayscale: #545454. Windows color (decimal): -7393910 or 9055631. OLE color: 9055631.
HSL color Cylindrical-coordinate representation of color #8F2D8A: hue angle of 303.06º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F2D8A is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 45 | 138 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.44 |
| HSL | 303.06º | 0.52% | 0.37% | - |
| HSV(B) | 303.06º | 0.69% | 0.56% | - |
| XYZ | 16.85 | 9.55 | 25 | - |
| YUV | 84.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 138 | 0 | 0.69 | 0.03 | 0.44 | 303.06 | 0.52 | 0.37 |
| Hex | 8F | 2D | 8A | 0 | 45 | 3 | 2C | 12F | 34 | 25 |
| Octal | 217 | 55 | 212 | 0 | 105 | 3 | 54 | 457 | 64 | 45 |
| Binary | 10001111 | 101101 | 10001010 | 0 | 1000101 | 11 | 101100 | 100101111 | 110100 | 100101 |
Color Harmonies of #8F2D8A
Complementary color
Monochromatic Colors of #8F2D8A
Black with #8F2D8A
Text Example
Text Example
White with #8F2D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2D8A; }
p { color: rgb(143,45,138); }
H1.HeaderClassName
{
color: #8F2D8A;
}
.AnyTagClassName
{
color: #8F2D8A;
}
</style>
background-color css
<style>
a { background-color: #8F2D8A; }
a { background-color: rgb(143,45,138); }
div.DivClassName
{
background-color: #8F2D8A;
}
.BgClassName
{
background-color: #8F2D8A;
}
</style>
border-color css
<style>
span { border-color: #8F2D8A; }
span { border-color: rgb(143,45,138); }
td.TdClassName
{
border-color: #8F2D8A;
}
.TagClassName
{
border-color: #8F2D8A;
}
</style>