Shades of Trendy Pink #8C5192
Tints of Trendy Pink #8C5192
RGB
CMYK
RGB Variations
Color information
#8C5192 (or 0x8C5192) is known color: Trendy Pink. HEX triplet: 8C, 51 and 92. RGB value is (140,81,146). Sum of RGB (Red+Green+Blue) = 140+81+146=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C5192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5192 is #73AE6D. Grayscale: #696969. Windows color (decimal): -7581294 or 9589132. OLE color: 9589132.
HSL color Cylindrical-coordinate representation of color #8C5192: hue angle of 294.46º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C5192 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 81 | 146 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.43 |
| HSL | 294.46º | 0.29% | 0.45% | - |
| HSV(B) | 294.46º | 0.45% | 0.57% | - |
| XYZ | 18.95 | 13.54 | 28.81 | - |
| YUV | 106.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 146 | 0.04 | 0.45 | 0 | 0.43 | 294.46 | 0.29 | 0.45 |
| Hex | 8C | 51 | 92 | 4 | 2D | 0 | 2B | 126 | 1D | 2D |
| Octal | 214 | 121 | 222 | 4 | 55 | 0 | 53 | 446 | 35 | 55 |
| Binary | 10001100 | 1010001 | 10010010 | 100 | 101101 | 0 | 101011 | 100100110 | 11101 | 101101 |
Color Harmonies of #8C5192
Complementary color
Monochromatic Colors of #8C5192
Black with #8C5192
Text Example
Text Example
White with #8C5192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5192; }
p { color: rgb(140,81,146); }
H1.HeaderClassName
{
color: #8C5192;
}
.AnyTagClassName
{
color: #8C5192;
}
</style>
background-color css
<style>
a { background-color: #8C5192; }
a { background-color: rgb(140,81,146); }
div.DivClassName
{
background-color: #8C5192;
}
.BgClassName
{
background-color: #8C5192;
}
</style>
border-color css
<style>
span { border-color: #8C5192; }
span { border-color: rgb(140,81,146); }
td.TdClassName
{
border-color: #8C5192;
}
.TagClassName
{
border-color: #8C5192;
}
</style>