Shades of Trendy Pink #8C457B
Tints of Trendy Pink #8C457B
RGB
CMYK
RGB Variations
Color information
#8C457B (or 0x8C457B) is known color: Trendy Pink. HEX triplet: 8C, 45 and 7B. RGB value is (140,69,123). Sum of RGB (Red+Green+Blue) = 140+69+123=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C457B is #73BA84. Grayscale: #606060. Windows color (decimal): -7584389 or 8078732. OLE color: 8078732.
HSL color Cylindrical-coordinate representation of color #8C457B: hue angle of 314.37º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C457B is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 69 | 123 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.45 |
| HSL | 314.37º | 0.34% | 0.41% | - |
| HSV(B) | 314.37º | 0.51% | 0.55% | - |
| XYZ | 16.52 | 11.26 | 20.04 | - |
| YUV | 96.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 123 | 0 | 0.51 | 0.12 | 0.45 | 314.37 | 0.34 | 0.41 |
| Hex | 8C | 45 | 7B | 0 | 33 | C | 2D | 13A | 22 | 29 |
| Octal | 214 | 105 | 173 | 0 | 63 | 14 | 55 | 472 | 42 | 51 |
| Binary | 10001100 | 1000101 | 1111011 | 0 | 110011 | 1100 | 101101 | 100111010 | 100010 | 101001 |
Color Harmonies of #8C457B
Complementary color
Monochromatic Colors of #8C457B
Black with #8C457B
Text Example
Text Example
White with #8C457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C457B; }
p { color: rgb(140,69,123); }
H1.HeaderClassName
{
color: #8C457B;
}
.AnyTagClassName
{
color: #8C457B;
}
</style>
background-color css
<style>
a { background-color: #8C457B; }
a { background-color: rgb(140,69,123); }
div.DivClassName
{
background-color: #8C457B;
}
.BgClassName
{
background-color: #8C457B;
}
</style>
border-color css
<style>
span { border-color: #8C457B; }
span { border-color: rgb(140,69,123); }
td.TdClassName
{
border-color: #8C457B;
}
.TagClassName
{
border-color: #8C457B;
}
</style>