Shades of Purple #8C057B
Tints of Purple #8C057B
RGB
CMYK
RGB Variations
Color information
#8C057B (or 0x8C057B) is known color: Purple. HEX triplet: 8C, 05 and 7B. RGB value is (140,5,123). Sum of RGB (Red+Green+Blue) = 140+5+123=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C057B is #73FA84. Grayscale: #3A3A3A. Windows color (decimal): -7600773 or 8062348. OLE color: 8062348.
HSL color Cylindrical-coordinate representation of color #8C057B: hue angle of 307.56º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C057B is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 123 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.45 |
| HSL | 307.56º | 0.93% | 0.28% | - |
| HSV(B) | 307.56º | 0.96% | 0.55% | - |
| XYZ | 14.44 | 7.11 | 19.35 | - |
| YUV | 58.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 123 | 0 | 0.96 | 0.12 | 0.45 | 307.56 | 0.93 | 0.28 |
| Hex | 8C | 5 | 7B | 0 | 60 | C | 2D | 134 | 5D | 1C |
| Octal | 214 | 5 | 173 | 0 | 140 | 14 | 55 | 464 | 135 | 34 |
| Binary | 10001100 | 101 | 1111011 | 0 | 1100000 | 1100 | 101101 | 100110100 | 1011101 | 11100 |
Color Harmonies of #8C057B
Complementary color
Monochromatic Colors of #8C057B
Black with #8C057B
Text Example
Text Example
White with #8C057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C057B; }
p { color: rgb(140,5,123); }
H1.HeaderClassName
{
color: #8C057B;
}
.AnyTagClassName
{
color: #8C057B;
}
</style>
background-color css
<style>
a { background-color: #8C057B; }
a { background-color: rgb(140,5,123); }
div.DivClassName
{
background-color: #8C057B;
}
.BgClassName
{
background-color: #8C057B;
}
</style>
border-color css
<style>
span { border-color: #8C057B; }
span { border-color: rgb(140,5,123); }
td.TdClassName
{
border-color: #8C057B;
}
.TagClassName
{
border-color: #8C057B;
}
</style>