Shades of Trendy Pink #8C548A
Tints of Trendy Pink #8C548A
RGB
CMYK
RGB Variations
Color information
#8C548A (or 0x8C548A) is known color: Trendy Pink. HEX triplet: 8C, 54 and 8A. RGB value is (140,84,138). Sum of RGB (Red+Green+Blue) = 140+84+138=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C548A is #73AB75. Grayscale: #6A6A6A. Windows color (decimal): -7580534 or 9065612. OLE color: 9065612.
HSL color Cylindrical-coordinate representation of color #8C548A: hue angle of 302.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C548A is Cyan = 0, Magento = 0.4, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 138 | - |
| CMYK | 0 | 0.4 | 0.01 | 0.45 |
| HSL | 302.14º | 0.25% | 0.44% | - |
| HSV(B) | 302.14º | 0.4% | 0.55% | - |
| XYZ | 18.57 | 13.75 | 25.72 | - |
| YUV | 106.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 138 | 0 | 0.4 | 0.01 | 0.45 | 302.14 | 0.25 | 0.44 |
| Hex | 8C | 54 | 8A | 0 | 28 | 1 | 2D | 12E | 19 | 2C |
| Octal | 214 | 124 | 212 | 0 | 50 | 1 | 55 | 456 | 31 | 54 |
| Binary | 10001100 | 1010100 | 10001010 | 0 | 101000 | 1 | 101101 | 100101110 | 11001 | 101100 |
Color Harmonies of #8C548A
Complementary color
Monochromatic Colors of #8C548A
Black with #8C548A
Text Example
Text Example
White with #8C548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C548A; }
p { color: rgb(140,84,138); }
H1.HeaderClassName
{
color: #8C548A;
}
.AnyTagClassName
{
color: #8C548A;
}
</style>
background-color css
<style>
a { background-color: #8C548A; }
a { background-color: rgb(140,84,138); }
div.DivClassName
{
background-color: #8C548A;
}
.BgClassName
{
background-color: #8C548A;
}
</style>
border-color css
<style>
span { border-color: #8C548A; }
span { border-color: rgb(140,84,138); }
td.TdClassName
{
border-color: #8C548A;
}
.TagClassName
{
border-color: #8C548A;
}
</style>