Shades of Dark Purple #8F3885
Tints of Dark Purple #8F3885
RGB
CMYK
RGB Variations
Color information
#8F3885 (or 0x8F3885) is known color: Dark Purple. HEX triplet: 8F, 38 and 85. RGB value is (143,56,133). Sum of RGB (Red+Green+Blue) = 143+56+133=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3885 is #70C77A. Grayscale: #5A5A5A. Windows color (decimal): -7391099 or 8730767. OLE color: 8730767.
HSL color Cylindrical-coordinate representation of color #8F3885: hue angle of 306.9º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F3885 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 56 | 133 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.44 |
| HSL | 306.9º | 0.44% | 0.39% | - |
| HSV(B) | 306.9º | 0.61% | 0.56% | - |
| XYZ | 16.98 | 10.36 | 23.3 | - |
| YUV | 90.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 133 | 0 | 0.61 | 0.07 | 0.44 | 306.9 | 0.44 | 0.39 |
| Hex | 8F | 38 | 85 | 0 | 3D | 7 | 2C | 133 | 2C | 27 |
| Octal | 217 | 70 | 205 | 0 | 75 | 7 | 54 | 463 | 54 | 47 |
| Binary | 10001111 | 111000 | 10000101 | 0 | 111101 | 111 | 101100 | 100110011 | 101100 | 100111 |
Color Harmonies of #8F3885
Complementary color
Monochromatic Colors of #8F3885
Black with #8F3885
Text Example
Text Example
White with #8F3885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3885; }
p { color: rgb(143,56,133); }
H1.HeaderClassName
{
color: #8F3885;
}
.AnyTagClassName
{
color: #8F3885;
}
</style>
background-color css
<style>
a { background-color: #8F3885; }
a { background-color: rgb(143,56,133); }
div.DivClassName
{
background-color: #8F3885;
}
.BgClassName
{
background-color: #8F3885;
}
</style>
border-color css
<style>
span { border-color: #8F3885; }
span { border-color: rgb(143,56,133); }
td.TdClassName
{
border-color: #8F3885;
}
.TagClassName
{
border-color: #8F3885;
}
</style>