Shades of Dark Purple #8F2385
Tints of Dark Purple #8F2385
RGB
CMYK
RGB Variations
Color information
#8F2385 (or 0x8F2385) is known color: Dark Purple. HEX triplet: 8F, 23 and 85. RGB value is (143,35,133). Sum of RGB (Red+Green+Blue) = 143+35+133=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2385 is #70DC7A. Grayscale: #4E4E4E. Windows color (decimal): -7396475 or 8725391. OLE color: 8725391.
HSL color Cylindrical-coordinate representation of color #8F2385: hue angle of 305.56º 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 #8F2385 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 35 | 133 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.44 |
| HSL | 305.56º | 0.61% | 0.35% | - |
| HSV(B) | 305.56º | 0.76% | 0.56% | - |
| XYZ | 16.16 | 8.74 | 23.02 | - |
| YUV | 78.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 133 | 0 | 0.76 | 0.07 | 0.44 | 305.56 | 0.61 | 0.35 |
| Hex | 8F | 23 | 85 | 0 | 4C | 7 | 2C | 132 | 3D | 23 |
| Octal | 217 | 43 | 205 | 0 | 114 | 7 | 54 | 462 | 75 | 43 |
| Binary | 10001111 | 100011 | 10000101 | 0 | 1001100 | 111 | 101100 | 100110010 | 111101 | 100011 |
Color Harmonies of #8F2385
Complementary color
Monochromatic Colors of #8F2385
Black with #8F2385
Text Example
Text Example
White with #8F2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2385; }
p { color: rgb(143,35,133); }
H1.HeaderClassName
{
color: #8F2385;
}
.AnyTagClassName
{
color: #8F2385;
}
</style>
background-color css
<style>
a { background-color: #8F2385; }
a { background-color: rgb(143,35,133); }
div.DivClassName
{
background-color: #8F2385;
}
.BgClassName
{
background-color: #8F2385;
}
</style>
border-color css
<style>
span { border-color: #8F2385; }
span { border-color: rgb(143,35,133); }
td.TdClassName
{
border-color: #8F2385;
}
.TagClassName
{
border-color: #8F2385;
}
</style>