Shades of Trendy Pink #8C5792
Tints of Trendy Pink #8C5792
RGB
CMYK
RGB Variations
Color information
#8C5792 (or 0x8C5792) is known color: Trendy Pink. HEX triplet: 8C, 57 and 92. RGB value is (140,87,146). Sum of RGB (Red+Green+Blue) = 140+87+146=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C5792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5792 is #73A86D. Grayscale: #6D6D6D. Windows color (decimal): -7579758 or 9590668. OLE color: 9590668.
HSL color Cylindrical-coordinate representation of color #8C5792: hue angle of 293.9º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C5792 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 87 | 146 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.43 |
| HSL | 293.9º | 0.25% | 0.46% | - |
| HSV(B) | 293.9º | 0.4% | 0.57% | - |
| XYZ | 19.41 | 14.47 | 28.96 | - |
| YUV | 109.57 | 148.56 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 146 | 0.04 | 0.40 | 0 | 0.43 | 293.9 | 0.25 | 0.46 |
| Hex | 8C | 57 | 92 | 4 | 28 | 0 | 2B | 126 | 19 | 2E |
| Octal | 214 | 127 | 222 | 4 | 50 | 0 | 53 | 446 | 31 | 56 |
| Binary | 10001100 | 1010111 | 10010010 | 100 | 101000 | 0 | 101011 | 100100110 | 11001 | 101110 |
Color Harmonies of #8C5792
Complementary color
Monochromatic Colors of #8C5792
Black with #8C5792
Text Example
Text Example
White with #8C5792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5792; }
p { color: rgb(140,87,146); }
H1.HeaderClassName
{
color: #8C5792;
}
.AnyTagClassName
{
color: #8C5792;
}
</style>
background-color css
<style>
a { background-color: #8C5792; }
a { background-color: rgb(140,87,146); }
div.DivClassName
{
background-color: #8C5792;
}
.BgClassName
{
background-color: #8C5792;
}
</style>
border-color css
<style>
span { border-color: #8C5792; }
span { border-color: rgb(140,87,146); }
td.TdClassName
{
border-color: #8C5792;
}
.TagClassName
{
border-color: #8C5792;
}
</style>