Shades of Dark Purple #8F2377
Tints of Dark Purple #8F2377
RGB
CMYK
RGB Variations
Color information
#8F2377 (or 0x8F2377) is known color: Dark Purple. HEX triplet: 8F, 23 and 77. RGB value is (143,35,119). Sum of RGB (Red+Green+Blue) = 143+35+119=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2377 is #70DC88. Grayscale: #4C4C4C. Windows color (decimal): -7396489 or 7807887. OLE color: 7807887.
HSL color Cylindrical-coordinate representation of color #8F2377: hue angle of 313.33º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2377 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 35 | 119 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.44 |
| HSL | 313.33º | 0.61% | 0.35% | - |
| HSV(B) | 313.33º | 0.76% | 0.56% | - |
| XYZ | 15.26 | 8.37 | 18.26 | - |
| YUV | 76.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 119 | 0 | 0.76 | 0.17 | 0.44 | 313.33 | 0.61 | 0.35 |
| Hex | 8F | 23 | 77 | 0 | 4C | 11 | 2C | 139 | 3D | 23 |
| Octal | 217 | 43 | 167 | 0 | 114 | 21 | 54 | 471 | 75 | 43 |
| Binary | 10001111 | 100011 | 1110111 | 0 | 1001100 | 10001 | 101100 | 100111001 | 111101 | 100011 |
Color Harmonies of #8F2377
Complementary color
Monochromatic Colors of #8F2377
Black with #8F2377
Text Example
Text Example
White with #8F2377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2377; }
p { color: rgb(143,35,119); }
H1.HeaderClassName
{
color: #8F2377;
}
.AnyTagClassName
{
color: #8F2377;
}
</style>
background-color css
<style>
a { background-color: #8F2377; }
a { background-color: rgb(143,35,119); }
div.DivClassName
{
background-color: #8F2377;
}
.BgClassName
{
background-color: #8F2377;
}
</style>
border-color css
<style>
span { border-color: #8F2377; }
span { border-color: rgb(143,35,119); }
td.TdClassName
{
border-color: #8F2377;
}
.TagClassName
{
border-color: #8F2377;
}
</style>