Shades of Dark Purple #8C337F
Tints of Dark Purple #8C337F
RGB
CMYK
RGB Variations
Color information
#8C337F (or 0x8C337F) is known color: Dark Purple. HEX triplet: 8C, 33 and 7F. RGB value is (140,51,127). Sum of RGB (Red+Green+Blue) = 140+51+127=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C337F is #73CC80. Grayscale: #565656. Windows color (decimal): -7588993 or 8336268. OLE color: 8336268.
HSL color Cylindrical-coordinate representation of color #8C337F: hue angle of 308.76º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C337F is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 127 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.45 |
| HSL | 308.76º | 0.47% | 0.37% | - |
| HSV(B) | 308.76º | 0.64% | 0.55% | - |
| XYZ | 15.83 | 9.48 | 21.07 | - |
| YUV | 86.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 127 | 0 | 0.64 | 0.09 | 0.45 | 308.76 | 0.47 | 0.37 |
| Hex | 8C | 33 | 7F | 0 | 40 | 9 | 2D | 135 | 2F | 25 |
| Octal | 214 | 63 | 177 | 0 | 100 | 11 | 55 | 465 | 57 | 45 |
| Binary | 10001100 | 110011 | 1111111 | 0 | 1000000 | 1001 | 101101 | 100110101 | 101111 | 100101 |
Color Harmonies of #8C337F
Complementary color
Monochromatic Colors of #8C337F
Black with #8C337F
Text Example
Text Example
White with #8C337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C337F; }
p { color: rgb(140,51,127); }
H1.HeaderClassName
{
color: #8C337F;
}
.AnyTagClassName
{
color: #8C337F;
}
</style>
background-color css
<style>
a { background-color: #8C337F; }
a { background-color: rgb(140,51,127); }
div.DivClassName
{
background-color: #8C337F;
}
.BgClassName
{
background-color: #8C337F;
}
</style>
border-color css
<style>
span { border-color: #8C337F; }
span { border-color: rgb(140,51,127); }
td.TdClassName
{
border-color: #8C337F;
}
.TagClassName
{
border-color: #8C337F;
}
</style>