Shades of Trendy Pink #8C5A83
Tints of Trendy Pink #8C5A83
RGB
CMYK
RGB Variations
Color information
#8C5A83 (or 0x8C5A83) is known color: Trendy Pink. HEX triplet: 8C, 5A and 83. RGB value is (140,90,131). Sum of RGB (Red+Green+Blue) = 140+90+131=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5A83 is #73A57C. Grayscale: #6D6D6D. Windows color (decimal): -7579005 or 8608396. OLE color: 8608396.
HSL color Cylindrical-coordinate representation of color #8C5A83: hue angle of 310.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C5A83 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 90 | 131 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.45 |
| HSL | 310.8º | 0.22% | 0.45% | - |
| HSV(B) | 310.8º | 0.36% | 0.55% | - |
| XYZ | 18.57 | 14.53 | 23.3 | - |
| YUV | 109.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 131 | 0 | 0.36 | 0.06 | 0.45 | 310.8 | 0.22 | 0.45 |
| Hex | 8C | 5A | 83 | 0 | 24 | 6 | 2D | 137 | 16 | 2D |
| Octal | 214 | 132 | 203 | 0 | 44 | 6 | 55 | 467 | 26 | 55 |
| Binary | 10001100 | 1011010 | 10000011 | 0 | 100100 | 110 | 101101 | 100110111 | 10110 | 101101 |
Color Harmonies of #8C5A83
Complementary color
Monochromatic Colors of #8C5A83
Black with #8C5A83
Text Example
Text Example
White with #8C5A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5A83; }
p { color: rgb(140,90,131); }
H1.HeaderClassName
{
color: #8C5A83;
}
.AnyTagClassName
{
color: #8C5A83;
}
</style>
background-color css
<style>
a { background-color: #8C5A83; }
a { background-color: rgb(140,90,131); }
div.DivClassName
{
background-color: #8C5A83;
}
.BgClassName
{
background-color: #8C5A83;
}
</style>
border-color css
<style>
span { border-color: #8C5A83; }
span { border-color: rgb(140,90,131); }
td.TdClassName
{
border-color: #8C5A83;
}
.TagClassName
{
border-color: #8C5A83;
}
</style>