Shades of Trendy Pink #8A407E
Tints of Trendy Pink #8A407E
RGB
CMYK
RGB Variations
Color information
#8A407E (or 0x8A407E) is known color: Trendy Pink. HEX triplet: 8A, 40 and 7E. RGB value is (138,64,126). Sum of RGB (Red+Green+Blue) = 138+64+126=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A407E is #75BF81. Grayscale: #5D5D5D. Windows color (decimal): -7716738 or 8274058. OLE color: 8274058.
HSL color Cylindrical-coordinate representation of color #8A407E: hue angle of 309.73º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A407E is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 64 | 126 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.46 |
| HSL | 309.73º | 0.37% | 0.4% | - |
| HSV(B) | 309.73º | 0.54% | 0.54% | - |
| XYZ | 16.08 | 10.58 | 20.93 | - |
| YUV | 93.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 64 | 126 | 0 | 0.54 | 0.09 | 0.46 | 309.73 | 0.37 | 0.4 |
| Hex | 8A | 40 | 7E | 0 | 36 | 9 | 2E | 136 | 25 | 28 |
| Octal | 212 | 100 | 176 | 0 | 66 | 11 | 56 | 466 | 45 | 50 |
| Binary | 10001010 | 1000000 | 1111110 | 0 | 110110 | 1001 | 101110 | 100110110 | 100101 | 101000 |
Color Harmonies of #8A407E
Complementary color
Monochromatic Colors of #8A407E
Black with #8A407E
Text Example
Text Example
White with #8A407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A407E; }
p { color: rgb(138,64,126); }
H1.HeaderClassName
{
color: #8A407E;
}
.AnyTagClassName
{
color: #8A407E;
}
</style>
background-color css
<style>
a { background-color: #8A407E; }
a { background-color: rgb(138,64,126); }
div.DivClassName
{
background-color: #8A407E;
}
.BgClassName
{
background-color: #8A407E;
}
</style>
border-color css
<style>
span { border-color: #8A407E; }
span { border-color: rgb(138,64,126); }
td.TdClassName
{
border-color: #8A407E;
}
.TagClassName
{
border-color: #8A407E;
}
</style>