Shades of Trendy Pink #8A558E
Tints of Trendy Pink #8A558E
RGB
CMYK
RGB Variations
Color information
#8A558E (or 0x8A558E) is known color: Trendy Pink. HEX triplet: 8A, 55 and 8E. RGB value is (138,85,142). Sum of RGB (Red+Green+Blue) = 138+85+142=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A558E is #75AA71. Grayscale: #6B6B6B. Windows color (decimal): -7711346 or 9328010. OLE color: 9328010.
HSL color Cylindrical-coordinate representation of color #8A558E: hue angle of 295.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A558E is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 85 | 142 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.44 |
| HSL | 295.79º | 0.25% | 0.45% | - |
| HSV(B) | 295.79º | 0.4% | 0.56% | - |
| XYZ | 18.61 | 13.85 | 27.28 | - |
| YUV | 107.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 142 | 0.03 | 0.40 | 0 | 0.44 | 295.79 | 0.25 | 0.45 |
| Hex | 8A | 55 | 8E | 3 | 28 | 0 | 2C | 128 | 19 | 2D |
| Octal | 212 | 125 | 216 | 3 | 50 | 0 | 54 | 450 | 31 | 55 |
| Binary | 10001010 | 1010101 | 10001110 | 11 | 101000 | 0 | 101100 | 100101000 | 11001 | 101101 |
Color Harmonies of #8A558E
Complementary color
Monochromatic Colors of #8A558E
Black with #8A558E
Text Example
Text Example
White with #8A558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A558E; }
p { color: rgb(138,85,142); }
H1.HeaderClassName
{
color: #8A558E;
}
.AnyTagClassName
{
color: #8A558E;
}
</style>
background-color css
<style>
a { background-color: #8A558E; }
a { background-color: rgb(138,85,142); }
div.DivClassName
{
background-color: #8A558E;
}
.BgClassName
{
background-color: #8A558E;
}
</style>
border-color css
<style>
span { border-color: #8A558E; }
span { border-color: rgb(138,85,142); }
td.TdClassName
{
border-color: #8A558E;
}
.TagClassName
{
border-color: #8A558E;
}
</style>