Shades of Dark Purple #8F2575
Tints of Dark Purple #8F2575
RGB
CMYK
RGB Variations
Color information
#8F2575 (or 0x8F2575) is known color: Dark Purple. HEX triplet: 8F, 25 and 75. RGB value is (143,37,117). Sum of RGB (Red+Green+Blue) = 143+37+117=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2575 is #70DA8A. Grayscale: #4D4D4D. Windows color (decimal): -7395979 or 7677327. OLE color: 7677327.
HSL color Cylindrical-coordinate representation of color #8F2575: hue angle of 314.72º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F2575 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 117 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.44 |
| HSL | 314.72º | 0.59% | 0.35% | - |
| HSV(B) | 314.72º | 0.74% | 0.56% | - |
| XYZ | 15.2 | 8.45 | 17.66 | - |
| YUV | 77.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 117 | 0 | 0.74 | 0.18 | 0.44 | 314.72 | 0.59 | 0.35 |
| Hex | 8F | 25 | 75 | 0 | 4A | 12 | 2C | 13B | 3B | 23 |
| Octal | 217 | 45 | 165 | 0 | 112 | 22 | 54 | 473 | 73 | 43 |
| Binary | 10001111 | 100101 | 1110101 | 0 | 1001010 | 10010 | 101100 | 100111011 | 111011 | 100011 |
Color Harmonies of #8F2575
Complementary color
Monochromatic Colors of #8F2575
Black with #8F2575
Text Example
Text Example
White with #8F2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2575; }
p { color: rgb(143,37,117); }
H1.HeaderClassName
{
color: #8F2575;
}
.AnyTagClassName
{
color: #8F2575;
}
</style>
background-color css
<style>
a { background-color: #8F2575; }
a { background-color: rgb(143,37,117); }
div.DivClassName
{
background-color: #8F2575;
}
.BgClassName
{
background-color: #8F2575;
}
</style>
border-color css
<style>
span { border-color: #8F2575; }
span { border-color: rgb(143,37,117); }
td.TdClassName
{
border-color: #8F2575;
}
.TagClassName
{
border-color: #8F2575;
}
</style>