Shades of Trendy Pink #8C618F
Tints of Trendy Pink #8C618F
RGB
CMYK
RGB Variations
Color information
#8C618F (or 0x8C618F) is known color: Trendy Pink. HEX triplet: 8C, 61 and 8F. RGB value is (140,97,143). Sum of RGB (Red+Green+Blue) = 140+97+143=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 143 - color contains mainly: blue. Hex color #8C618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C618F is #739E70. Grayscale: #727272. Windows color (decimal): -7577201 or 9396620. OLE color: 9396620.
HSL color Cylindrical-coordinate representation of color #8C618F: hue angle of 296.09º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C618F is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 97 | 143 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.44 |
| HSL | 296.09º | 0.19% | 0.47% | - |
| HSV(B) | 296.09º | 0.32% | 0.56% | - |
| XYZ | 20.05 | 16.11 | 28.04 | - |
| YUV | 115.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 143 | 0.02 | 0.32 | 0 | 0.44 | 296.09 | 0.19 | 0.47 |
| Hex | 8C | 61 | 8F | 2 | 20 | 0 | 2C | 128 | 13 | 2F |
| Octal | 214 | 141 | 217 | 2 | 40 | 0 | 54 | 450 | 23 | 57 |
| Binary | 10001100 | 1100001 | 10001111 | 10 | 100000 | 0 | 101100 | 100101000 | 10011 | 101111 |
Color Harmonies of #8C618F
Complementary color
Monochromatic Colors of #8C618F
Black with #8C618F
Text Example
Text Example
White with #8C618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C618F; }
p { color: rgb(140,97,143); }
H1.HeaderClassName
{
color: #8C618F;
}
.AnyTagClassName
{
color: #8C618F;
}
</style>
background-color css
<style>
a { background-color: #8C618F; }
a { background-color: rgb(140,97,143); }
div.DivClassName
{
background-color: #8C618F;
}
.BgClassName
{
background-color: #8C618F;
}
</style>
border-color css
<style>
span { border-color: #8C618F; }
span { border-color: rgb(140,97,143); }
td.TdClassName
{
border-color: #8C618F;
}
.TagClassName
{
border-color: #8C618F;
}
</style>