Shades of Dark Purple #8F3A74
Tints of Dark Purple #8F3A74
RGB
CMYK
RGB Variations
Color information
#8F3A74 (or 0x8F3A74) is known color: Dark Purple. HEX triplet: 8F, 3A and 74. RGB value is (143,58,116). Sum of RGB (Red+Green+Blue) = 143+58+116=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3A74 is #70C58B. Grayscale: #595959. Windows color (decimal): -7390604 or 7617167. OLE color: 7617167.
HSL color Cylindrical-coordinate representation of color #8F3A74: hue angle of 319.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 #8F3A74 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 58 | 116 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.44 |
| HSL | 319.06º | 0.42% | 0.39% | - |
| HSV(B) | 319.06º | 0.59% | 0.56% | - |
| XYZ | 15.99 | 10.13 | 17.63 | - |
| YUV | 90.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 116 | 0 | 0.59 | 0.19 | 0.44 | 319.06 | 0.42 | 0.39 |
| Hex | 8F | 3A | 74 | 0 | 3B | 13 | 2C | 13F | 2A | 27 |
| Octal | 217 | 72 | 164 | 0 | 73 | 23 | 54 | 477 | 52 | 47 |
| Binary | 10001111 | 111010 | 1110100 | 0 | 111011 | 10011 | 101100 | 100111111 | 101010 | 100111 |
Color Harmonies of #8F3A74
Complementary color
Monochromatic Colors of #8F3A74
Black with #8F3A74
Text Example
Text Example
White with #8F3A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3A74; }
p { color: rgb(143,58,116); }
H1.HeaderClassName
{
color: #8F3A74;
}
.AnyTagClassName
{
color: #8F3A74;
}
</style>
background-color css
<style>
a { background-color: #8F3A74; }
a { background-color: rgb(143,58,116); }
div.DivClassName
{
background-color: #8F3A74;
}
.BgClassName
{
background-color: #8F3A74;
}
</style>
border-color css
<style>
span { border-color: #8F3A74; }
span { border-color: rgb(143,58,116); }
td.TdClassName
{
border-color: #8F3A74;
}
.TagClassName
{
border-color: #8F3A74;
}
</style>