Shades of Dark Purple #8F2484
Tints of Dark Purple #8F2484
RGB
CMYK
RGB Variations
Color information
#8F2484 (or 0x8F2484) is known color: Dark Purple. HEX triplet: 8F, 24 and 84. RGB value is (143,36,132). Sum of RGB (Red+Green+Blue) = 143+36+132=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2484 is #70DB7B. Grayscale: #4E4E4E. Windows color (decimal): -7396220 or 8660111. OLE color: 8660111.
HSL color Cylindrical-coordinate representation of color #8F2484: hue angle of 306.17º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F2484 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 132 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.44 |
| HSL | 306.17º | 0.6% | 0.35% | - |
| HSV(B) | 306.17º | 0.75% | 0.56% | - |
| XYZ | 16.12 | 8.77 | 22.67 | - |
| YUV | 78.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 132 | 0 | 0.75 | 0.08 | 0.44 | 306.17 | 0.6 | 0.35 |
| Hex | 8F | 24 | 84 | 0 | 4B | 8 | 2C | 132 | 3C | 23 |
| Octal | 217 | 44 | 204 | 0 | 113 | 10 | 54 | 462 | 74 | 43 |
| Binary | 10001111 | 100100 | 10000100 | 0 | 1001011 | 1000 | 101100 | 100110010 | 111100 | 100011 |
Color Harmonies of #8F2484
Complementary color
Monochromatic Colors of #8F2484
Black with #8F2484
Text Example
Text Example
White with #8F2484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2484; }
p { color: rgb(143,36,132); }
H1.HeaderClassName
{
color: #8F2484;
}
.AnyTagClassName
{
color: #8F2484;
}
</style>
background-color css
<style>
a { background-color: #8F2484; }
a { background-color: rgb(143,36,132); }
div.DivClassName
{
background-color: #8F2484;
}
.BgClassName
{
background-color: #8F2484;
}
</style>
border-color css
<style>
span { border-color: #8F2484; }
span { border-color: rgb(143,36,132); }
td.TdClassName
{
border-color: #8F2484;
}
.TagClassName
{
border-color: #8F2484;
}
</style>