Shades of Dark Purple #8F3A85
Tints of Dark Purple #8F3A85
RGB
CMYK
RGB Variations
Color information
#8F3A85 (or 0x8F3A85) is known color: Dark Purple. HEX triplet: 8F, 3A and 85. RGB value is (143,58,133). Sum of RGB (Red+Green+Blue) = 143+58+133=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3A85 is #70C57A. Grayscale: #5B5B5B. Windows color (decimal): -7390587 or 8731279. OLE color: 8731279.
HSL color Cylindrical-coordinate representation of color #8F3A85: hue angle of 307.06º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F3A85 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 58 | 133 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.44 |
| HSL | 307.06º | 0.42% | 0.39% | - |
| HSV(B) | 307.06º | 0.59% | 0.56% | - |
| XYZ | 17.07 | 10.56 | 23.33 | - |
| YUV | 91.97 | 151.16 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 133 | 0 | 0.59 | 0.07 | 0.44 | 307.06 | 0.42 | 0.39 |
| Hex | 8F | 3A | 85 | 0 | 3B | 7 | 2C | 133 | 2A | 27 |
| Octal | 217 | 72 | 205 | 0 | 73 | 7 | 54 | 463 | 52 | 47 |
| Binary | 10001111 | 111010 | 10000101 | 0 | 111011 | 111 | 101100 | 100110011 | 101010 | 100111 |
Color Harmonies of #8F3A85
Complementary color
Monochromatic Colors of #8F3A85
Black with #8F3A85
Text Example
Text Example
White with #8F3A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3A85; }
p { color: rgb(143,58,133); }
H1.HeaderClassName
{
color: #8F3A85;
}
.AnyTagClassName
{
color: #8F3A85;
}
</style>
background-color css
<style>
a { background-color: #8F3A85; }
a { background-color: rgb(143,58,133); }
div.DivClassName
{
background-color: #8F3A85;
}
.BgClassName
{
background-color: #8F3A85;
}
</style>
border-color css
<style>
span { border-color: #8F3A85; }
span { border-color: rgb(143,58,133); }
td.TdClassName
{
border-color: #8F3A85;
}
.TagClassName
{
border-color: #8F3A85;
}
</style>