Shades of Trendy Pink #8C4385
Tints of Trendy Pink #8C4385
RGB
CMYK
RGB Variations
Color information
#8C4385 (or 0x8C4385) is known color: Trendy Pink. HEX triplet: 8C, 43 and 85. RGB value is (140,67,133). Sum of RGB (Red+Green+Blue) = 140+67+133=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4385 is #73BC7A. Grayscale: #606060. Windows color (decimal): -7584891 or 8733580. OLE color: 8733580.
HSL color Cylindrical-coordinate representation of color #8C4385: hue angle of 305.75º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C4385 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 133 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.45 |
| HSL | 305.75º | 0.35% | 0.41% | - |
| HSV(B) | 305.75º | 0.52% | 0.55% | - |
| XYZ | 17.06 | 11.28 | 23.47 | - |
| YUV | 96.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 133 | 0 | 0.52 | 0.05 | 0.45 | 305.75 | 0.35 | 0.41 |
| Hex | 8C | 43 | 85 | 0 | 34 | 5 | 2D | 132 | 23 | 29 |
| Octal | 214 | 103 | 205 | 0 | 64 | 5 | 55 | 462 | 43 | 51 |
| Binary | 10001100 | 1000011 | 10000101 | 0 | 110100 | 101 | 101101 | 100110010 | 100011 | 101001 |
Color Harmonies of #8C4385
Complementary color
Monochromatic Colors of #8C4385
Black with #8C4385
Text Example
Text Example
White with #8C4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4385; }
p { color: rgb(140,67,133); }
H1.HeaderClassName
{
color: #8C4385;
}
.AnyTagClassName
{
color: #8C4385;
}
</style>
background-color css
<style>
a { background-color: #8C4385; }
a { background-color: rgb(140,67,133); }
div.DivClassName
{
background-color: #8C4385;
}
.BgClassName
{
background-color: #8C4385;
}
</style>
border-color css
<style>
span { border-color: #8C4385; }
span { border-color: rgb(140,67,133); }
td.TdClassName
{
border-color: #8C4385;
}
.TagClassName
{
border-color: #8C4385;
}
</style>