Shades of Dark Purple #8F337B
Tints of Dark Purple #8F337B
RGB
CMYK
RGB Variations
Color information
#8F337B (or 0x8F337B) is known color: Dark Purple. HEX triplet: 8F, 33 and 7B. RGB value is (143,51,123). Sum of RGB (Red+Green+Blue) = 143+51+123=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 143 - color contains mainly: red. Hex color #8F337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F337B is #70CC84. Grayscale: #565656. Windows color (decimal): -7392389 or 8074127. OLE color: 8074127.
HSL color Cylindrical-coordinate representation of color #8F337B: hue angle of 313.04º 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 #8F337B is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 51 | 123 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.44 |
| HSL | 313.04º | 0.47% | 0.38% | - |
| HSV(B) | 313.04º | 0.64% | 0.56% | - |
| XYZ | 16.09 | 9.64 | 19.75 | - |
| YUV | 86.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 123 | 0 | 0.64 | 0.14 | 0.44 | 313.04 | 0.47 | 0.38 |
| Hex | 8F | 33 | 7B | 0 | 40 | E | 2C | 139 | 2F | 26 |
| Octal | 217 | 63 | 173 | 0 | 100 | 16 | 54 | 471 | 57 | 46 |
| Binary | 10001111 | 110011 | 1111011 | 0 | 1000000 | 1110 | 101100 | 100111001 | 101111 | 100110 |
Color Harmonies of #8F337B
Complementary color
Monochromatic Colors of #8F337B
Black with #8F337B
Text Example
Text Example
White with #8F337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F337B; }
p { color: rgb(143,51,123); }
H1.HeaderClassName
{
color: #8F337B;
}
.AnyTagClassName
{
color: #8F337B;
}
</style>
background-color css
<style>
a { background-color: #8F337B; }
a { background-color: rgb(143,51,123); }
div.DivClassName
{
background-color: #8F337B;
}
.BgClassName
{
background-color: #8F337B;
}
</style>
border-color css
<style>
span { border-color: #8F337B; }
span { border-color: rgb(143,51,123); }
td.TdClassName
{
border-color: #8F337B;
}
.TagClassName
{
border-color: #8F337B;
}
</style>