Shades of Trendy Pink #8A5F90
Tints of Trendy Pink #8A5F90
RGB
CMYK
RGB Variations
Color information
#8A5F90 (or 0x8A5F90) is known color: Trendy Pink. HEX triplet: 8A, 5F and 90. RGB value is (138,95,144). Sum of RGB (Red+Green+Blue) = 138+95+144=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A5F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5F90 is #75A06F. Grayscale: #717171. Windows color (decimal): -7708784 or 9461642. OLE color: 9461642.
HSL color Cylindrical-coordinate representation of color #8A5F90: hue angle of 292.65º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A5F90 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 95 | 144 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.44 |
| HSL | 292.65º | 0.21% | 0.47% | - |
| HSV(B) | 292.65º | 0.34% | 0.56% | - |
| XYZ | 19.61 | 15.6 | 28.36 | - |
| YUV | 113.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 144 | 0.04 | 0.34 | 0 | 0.44 | 292.65 | 0.21 | 0.47 |
| Hex | 8A | 5F | 90 | 4 | 22 | 0 | 2C | 125 | 15 | 2F |
| Octal | 212 | 137 | 220 | 4 | 42 | 0 | 54 | 445 | 25 | 57 |
| Binary | 10001010 | 1011111 | 10010000 | 100 | 100010 | 0 | 101100 | 100100101 | 10101 | 101111 |
Color Harmonies of #8A5F90
Complementary color
Monochromatic Colors of #8A5F90
Black with #8A5F90
Text Example
Text Example
White with #8A5F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5F90; }
p { color: rgb(138,95,144); }
H1.HeaderClassName
{
color: #8A5F90;
}
.AnyTagClassName
{
color: #8A5F90;
}
</style>
background-color css
<style>
a { background-color: #8A5F90; }
a { background-color: rgb(138,95,144); }
div.DivClassName
{
background-color: #8A5F90;
}
.BgClassName
{
background-color: #8A5F90;
}
</style>
border-color css
<style>
span { border-color: #8A5F90; }
span { border-color: rgb(138,95,144); }
td.TdClassName
{
border-color: #8A5F90;
}
.TagClassName
{
border-color: #8A5F90;
}
</style>