Shades of Dark Purple #8F2474
Tints of Dark Purple #8F2474
RGB
CMYK
RGB Variations
Color information
#8F2474 (or 0x8F2474) is known color: Dark Purple. HEX triplet: 8F, 24 and 74. RGB value is (143,36,116). Sum of RGB (Red+Green+Blue) = 143+36+116=295 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.47% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2474 is #70DB8B. Grayscale: #4C4C4C. Windows color (decimal): -7396236 or 7611535. OLE color: 7611535.
HSL color Cylindrical-coordinate representation of color #8F2474: hue angle of 315.14º 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 #8F2474 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 116 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.44 |
| HSL | 315.14º | 0.6% | 0.35% | - |
| HSV(B) | 315.14º | 0.75% | 0.56% | - |
| XYZ | 15.11 | 8.36 | 17.34 | - |
| YUV | 77.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 116 | 0 | 0.75 | 0.19 | 0.44 | 315.14 | 0.6 | 0.35 |
| Hex | 8F | 24 | 74 | 0 | 4B | 13 | 2C | 13B | 3C | 23 |
| Octal | 217 | 44 | 164 | 0 | 113 | 23 | 54 | 473 | 74 | 43 |
| Binary | 10001111 | 100100 | 1110100 | 0 | 1001011 | 10011 | 101100 | 100111011 | 111100 | 100011 |
Color Harmonies of #8F2474
Complementary color
Monochromatic Colors of #8F2474
Black with #8F2474
Text Example
Text Example
White with #8F2474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2474; }
p { color: rgb(143,36,116); }
H1.HeaderClassName
{
color: #8F2474;
}
.AnyTagClassName
{
color: #8F2474;
}
</style>
background-color css
<style>
a { background-color: #8F2474; }
a { background-color: rgb(143,36,116); }
div.DivClassName
{
background-color: #8F2474;
}
.BgClassName
{
background-color: #8F2474;
}
</style>
border-color css
<style>
span { border-color: #8F2474; }
span { border-color: rgb(143,36,116); }
td.TdClassName
{
border-color: #8F2474;
}
.TagClassName
{
border-color: #8F2474;
}
</style>