Shades of Dark Purple #8F3286
Tints of Dark Purple #8F3286
RGB
CMYK
RGB Variations
Color information
#8F3286 (or 0x8F3286) is known color: Dark Purple. HEX triplet: 8F, 32 and 86. RGB value is (143,50,134). Sum of RGB (Red+Green+Blue) = 143+50+134=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3286 is #70CD79. Grayscale: #575757. Windows color (decimal): -7392634 or 8794767. OLE color: 8794767.
HSL color Cylindrical-coordinate representation of color #8F3286: hue angle of 305.81º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F3286 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 134 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.44 |
| HSL | 305.81º | 0.48% | 0.38% | - |
| HSV(B) | 305.81º | 0.65% | 0.56% | - |
| XYZ | 16.77 | 9.84 | 23.57 | - |
| YUV | 87.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 134 | 0 | 0.65 | 0.06 | 0.44 | 305.81 | 0.48 | 0.38 |
| Hex | 8F | 32 | 86 | 0 | 41 | 6 | 2C | 132 | 30 | 26 |
| Octal | 217 | 62 | 206 | 0 | 101 | 6 | 54 | 462 | 60 | 46 |
| Binary | 10001111 | 110010 | 10000110 | 0 | 1000001 | 110 | 101100 | 100110010 | 110000 | 100110 |
Color Harmonies of #8F3286
Complementary color
Monochromatic Colors of #8F3286
Black with #8F3286
Text Example
Text Example
White with #8F3286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3286; }
p { color: rgb(143,50,134); }
H1.HeaderClassName
{
color: #8F3286;
}
.AnyTagClassName
{
color: #8F3286;
}
</style>
background-color css
<style>
a { background-color: #8F3286; }
a { background-color: rgb(143,50,134); }
div.DivClassName
{
background-color: #8F3286;
}
.BgClassName
{
background-color: #8F3286;
}
</style>
border-color css
<style>
span { border-color: #8F3286; }
span { border-color: rgb(143,50,134); }
td.TdClassName
{
border-color: #8F3286;
}
.TagClassName
{
border-color: #8F3286;
}
</style>