Shades of Dark Purple #8F137B
Tints of Dark Purple #8F137B
RGB
CMYK
RGB Variations
Color information
#8F137B (or 0x8F137B) is known color: Dark Purple. HEX triplet: 8F, 13 and 7B. RGB value is (143,19,123). Sum of RGB (Red+Green+Blue) = 143+19+123=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F137B is #70EC84. Grayscale: #434343. Windows color (decimal): -7400581 or 8065935. OLE color: 8065935.
HSL color Cylindrical-coordinate representation of color #8F137B: hue angle of 309.68º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F137B is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 19 | 123 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.44 |
| HSL | 309.68º | 0.77% | 0.32% | - |
| HSV(B) | 309.68º | 0.87% | 0.56% | - |
| XYZ | 15.14 | 7.74 | 19.43 | - |
| YUV | 67.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 123 | 0 | 0.87 | 0.14 | 0.44 | 309.68 | 0.77 | 0.32 |
| Hex | 8F | 13 | 7B | 0 | 57 | E | 2C | 136 | 4D | 20 |
| Octal | 217 | 23 | 173 | 0 | 127 | 16 | 54 | 466 | 115 | 40 |
| Binary | 10001111 | 10011 | 1111011 | 0 | 1010111 | 1110 | 101100 | 100110110 | 1001101 | 100000 |
Color Harmonies of #8F137B
Complementary color
Monochromatic Colors of #8F137B
Black with #8F137B
Text Example
Text Example
White with #8F137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F137B; }
p { color: rgb(143,19,123); }
H1.HeaderClassName
{
color: #8F137B;
}
.AnyTagClassName
{
color: #8F137B;
}
</style>
background-color css
<style>
a { background-color: #8F137B; }
a { background-color: rgb(143,19,123); }
div.DivClassName
{
background-color: #8F137B;
}
.BgClassName
{
background-color: #8F137B;
}
</style>
border-color css
<style>
span { border-color: #8F137B; }
span { border-color: rgb(143,19,123); }
td.TdClassName
{
border-color: #8F137B;
}
.TagClassName
{
border-color: #8F137B;
}
</style>