Shades of Trendy Pink #8C5388
Tints of Trendy Pink #8C5388
RGB
CMYK
RGB Variations
Color information
#8C5388 (or 0x8C5388) is known color: Trendy Pink. HEX triplet: 8C, 53 and 88. RGB value is (140,83,136). Sum of RGB (Red+Green+Blue) = 140+83+136=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5388 is #73AC77. Grayscale: #696969. Windows color (decimal): -7580792 or 8934284. OLE color: 8934284.
HSL color Cylindrical-coordinate representation of color #8C5388: hue angle of 304.21º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C5388 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 136 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.45 |
| HSL | 304.21º | 0.26% | 0.44% | - |
| HSV(B) | 304.21º | 0.41% | 0.55% | - |
| XYZ | 18.35 | 13.54 | 24.94 | - |
| YUV | 106.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 136 | 0 | 0.41 | 0.03 | 0.45 | 304.21 | 0.26 | 0.44 |
| Hex | 8C | 53 | 88 | 0 | 29 | 3 | 2D | 130 | 1A | 2C |
| Octal | 214 | 123 | 210 | 0 | 51 | 3 | 55 | 460 | 32 | 54 |
| Binary | 10001100 | 1010011 | 10001000 | 0 | 101001 | 11 | 101101 | 100110000 | 11010 | 101100 |
Color Harmonies of #8C5388
Complementary color
Monochromatic Colors of #8C5388
Black with #8C5388
Text Example
Text Example
White with #8C5388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5388; }
p { color: rgb(140,83,136); }
H1.HeaderClassName
{
color: #8C5388;
}
.AnyTagClassName
{
color: #8C5388;
}
</style>
background-color css
<style>
a { background-color: #8C5388; }
a { background-color: rgb(140,83,136); }
div.DivClassName
{
background-color: #8C5388;
}
.BgClassName
{
background-color: #8C5388;
}
</style>
border-color css
<style>
span { border-color: #8C5388; }
span { border-color: rgb(140,83,136); }
td.TdClassName
{
border-color: #8C5388;
}
.TagClassName
{
border-color: #8C5388;
}
</style>