Shades of Dark Purple #8F3384
Tints of Dark Purple #8F3384
RGB
CMYK
RGB Variations
Color information
#8F3384 (or 0x8F3384) is known color: Dark Purple. HEX triplet: 8F, 33 and 84. RGB value is (143,51,132). Sum of RGB (Red+Green+Blue) = 143+51+132=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3384 is #70CC7B. Grayscale: #575757. Windows color (decimal): -7392380 or 8663951. OLE color: 8663951.
HSL color Cylindrical-coordinate representation of color #8F3384: hue angle of 307.17º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F3384 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 51 | 132 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.44 |
| HSL | 307.17º | 0.47% | 0.38% | - |
| HSV(B) | 307.17º | 0.64% | 0.56% | - |
| XYZ | 16.68 | 9.87 | 22.86 | - |
| YUV | 87.74 | 152.98 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 132 | 0 | 0.64 | 0.08 | 0.44 | 307.17 | 0.47 | 0.38 |
| Hex | 8F | 33 | 84 | 0 | 40 | 8 | 2C | 133 | 2F | 26 |
| Octal | 217 | 63 | 204 | 0 | 100 | 10 | 54 | 463 | 57 | 46 |
| Binary | 10001111 | 110011 | 10000100 | 0 | 1000000 | 1000 | 101100 | 100110011 | 101111 | 100110 |
Color Harmonies of #8F3384
Complementary color
Monochromatic Colors of #8F3384
Black with #8F3384
Text Example
Text Example
White with #8F3384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3384; }
p { color: rgb(143,51,132); }
H1.HeaderClassName
{
color: #8F3384;
}
.AnyTagClassName
{
color: #8F3384;
}
</style>
background-color css
<style>
a { background-color: #8F3384; }
a { background-color: rgb(143,51,132); }
div.DivClassName
{
background-color: #8F3384;
}
.BgClassName
{
background-color: #8F3384;
}
</style>
border-color css
<style>
span { border-color: #8F3384; }
span { border-color: rgb(143,51,132); }
td.TdClassName
{
border-color: #8F3384;
}
.TagClassName
{
border-color: #8F3384;
}
</style>