Shades of Dark Purple #8E337B
Tints of Dark Purple #8E337B
RGB
CMYK
RGB Variations
Color information
#8E337B (or 0x8E337B) is known color: Dark Purple. HEX triplet: 8E, 33 and 7B. RGB value is (142,51,123). Sum of RGB (Red+Green+Blue) = 142+51+123=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E337B is #71CC84. Grayscale: #565656. Windows color (decimal): -7457925 or 8074126. OLE color: 8074126.
HSL color Cylindrical-coordinate representation of color #8E337B: hue angle of 312.53º 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 #8E337B is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 51 | 123 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.44 |
| HSL | 312.53º | 0.47% | 0.38% | - |
| HSV(B) | 312.53º | 0.64% | 0.56% | - |
| XYZ | 15.91 | 9.55 | 19.74 | - |
| YUV | 86.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 51 | 123 | 0 | 0.64 | 0.13 | 0.44 | 312.53 | 0.47 | 0.38 |
| Hex | 8E | 33 | 7B | 0 | 40 | D | 2C | 139 | 2F | 26 |
| Octal | 216 | 63 | 173 | 0 | 100 | 15 | 54 | 471 | 57 | 46 |
| Binary | 10001110 | 110011 | 1111011 | 0 | 1000000 | 1101 | 101100 | 100111001 | 101111 | 100110 |
Color Harmonies of #8E337B
Complementary color
Monochromatic Colors of #8E337B
Black with #8E337B
Text Example
Text Example
White with #8E337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E337B; }
p { color: rgb(142,51,123); }
H1.HeaderClassName
{
color: #8E337B;
}
.AnyTagClassName
{
color: #8E337B;
}
</style>
background-color css
<style>
a { background-color: #8E337B; }
a { background-color: rgb(142,51,123); }
div.DivClassName
{
background-color: #8E337B;
}
.BgClassName
{
background-color: #8E337B;
}
</style>
border-color css
<style>
span { border-color: #8E337B; }
span { border-color: rgb(142,51,123); }
td.TdClassName
{
border-color: #8E337B;
}
.TagClassName
{
border-color: #8E337B;
}
</style>