Shades of Trendy Pink #8C427D
Tints of Trendy Pink #8C427D
RGB
CMYK
RGB Variations
Color information
#8C427D (or 0x8C427D) is known color: Trendy Pink. HEX triplet: 8C, 42 and 7D. RGB value is (140,66,125). Sum of RGB (Red+Green+Blue) = 140+66+125=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C427D is #73BD82. Grayscale: #5E5E5E. Windows color (decimal): -7585155 or 8209036. OLE color: 8209036.
HSL color Cylindrical-coordinate representation of color #8C427D: hue angle of 312.16º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C427D is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 66 | 125 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.45 |
| HSL | 312.16º | 0.36% | 0.4% | - |
| HSV(B) | 312.16º | 0.53% | 0.55% | - |
| XYZ | 16.47 | 10.95 | 20.65 | - |
| YUV | 94.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 66 | 125 | 0 | 0.53 | 0.11 | 0.45 | 312.16 | 0.36 | 0.4 |
| Hex | 8C | 42 | 7D | 0 | 35 | B | 2D | 138 | 24 | 28 |
| Octal | 214 | 102 | 175 | 0 | 65 | 13 | 55 | 470 | 44 | 50 |
| Binary | 10001100 | 1000010 | 1111101 | 0 | 110101 | 1011 | 101101 | 100111000 | 100100 | 101000 |
Color Harmonies of #8C427D
Complementary color
Monochromatic Colors of #8C427D
Black with #8C427D
Text Example
Text Example
White with #8C427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C427D; }
p { color: rgb(140,66,125); }
H1.HeaderClassName
{
color: #8C427D;
}
.AnyTagClassName
{
color: #8C427D;
}
</style>
background-color css
<style>
a { background-color: #8C427D; }
a { background-color: rgb(140,66,125); }
div.DivClassName
{
background-color: #8C427D;
}
.BgClassName
{
background-color: #8C427D;
}
</style>
border-color css
<style>
span { border-color: #8C427D; }
span { border-color: rgb(140,66,125); }
td.TdClassName
{
border-color: #8C427D;
}
.TagClassName
{
border-color: #8C427D;
}
</style>