Shades of Dark Purple #8F236D
Tints of Dark Purple #8F236D
RGB
CMYK
RGB Variations
Color information
#8F236D (or 0x8F236D) is known color: Dark Purple. HEX triplet: 8F, 23 and 6D. RGB value is (143,35,109). Sum of RGB (Red+Green+Blue) = 143+35+109=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F236D is #70DC92. Grayscale: #4B4B4B. Windows color (decimal): -7396499 or 7152527. OLE color: 7152527.
HSL color Cylindrical-coordinate representation of color #8F236D: hue angle of 318.89º 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 #8F236D is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 35 | 109 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.44 |
| HSL | 318.89º | 0.61% | 0.35% | - |
| HSV(B) | 318.89º | 0.76% | 0.56% | - |
| XYZ | 14.69 | 8.15 | 15.27 | - |
| YUV | 75.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 109 | 0 | 0.76 | 0.24 | 0.44 | 318.89 | 0.61 | 0.35 |
| Hex | 8F | 23 | 6D | 0 | 4C | 18 | 2C | 13F | 3D | 23 |
| Octal | 217 | 43 | 155 | 0 | 114 | 30 | 54 | 477 | 75 | 43 |
| Binary | 10001111 | 100011 | 1101101 | 0 | 1001100 | 11000 | 101100 | 100111111 | 111101 | 100011 |
Color Harmonies of #8F236D
Complementary color
Monochromatic Colors of #8F236D
Black with #8F236D
Text Example
Text Example
White with #8F236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F236D; }
p { color: rgb(143,35,109); }
H1.HeaderClassName
{
color: #8F236D;
}
.AnyTagClassName
{
color: #8F236D;
}
</style>
background-color css
<style>
a { background-color: #8F236D; }
a { background-color: rgb(143,35,109); }
div.DivClassName
{
background-color: #8F236D;
}
.BgClassName
{
background-color: #8F236D;
}
</style>
border-color css
<style>
span { border-color: #8F236D; }
span { border-color: rgb(143,35,109); }
td.TdClassName
{
border-color: #8F236D;
}
.TagClassName
{
border-color: #8F236D;
}
</style>