Shades of Trendy Pink #8A5E8A
Tints of Trendy Pink #8A5E8A
RGB
CMYK
RGB Variations
Color information
#8A5E8A (or 0x8A5E8A) is known color: Trendy Pink. HEX triplet: 8A, 5E and 8A. RGB value is (138,94,138). Sum of RGB (Red+Green+Blue) = 138+94+138=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A5E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5E8A is #75A175. Grayscale: #707070. Windows color (decimal): -7709046 or 9068170. OLE color: 9068170.
HSL color Cylindrical-coordinate representation of color #8A5E8A: hue angle of 300º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A5E8A is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 94 | 138 | - |
| CMYK | 0 | 0.32 | 0 | 0.46 |
| HSL | 300º | 0.19% | 0.45% | - |
| HSV(B) | 300º | 0.32% | 0.54% | - |
| XYZ | 19.07 | 15.24 | 25.98 | - |
| YUV | 112.17 | 142.58 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 138 | 0 | 0.32 | 0 | 0.46 | 300 | 0.19 | 0.45 |
| Hex | 8A | 5E | 8A | 0 | 20 | 0 | 2E | 12C | 13 | 2D |
| Octal | 212 | 136 | 212 | 0 | 40 | 0 | 56 | 454 | 23 | 55 |
| Binary | 10001010 | 1011110 | 10001010 | 0 | 100000 | 0 | 101110 | 100101100 | 10011 | 101101 |
Color Harmonies of #8A5E8A
Complementary color
Monochromatic Colors of #8A5E8A
Black with #8A5E8A
Text Example
Text Example
White with #8A5E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5E8A; }
p { color: rgb(138,94,138); }
H1.HeaderClassName
{
color: #8A5E8A;
}
.AnyTagClassName
{
color: #8A5E8A;
}
</style>
background-color css
<style>
a { background-color: #8A5E8A; }
a { background-color: rgb(138,94,138); }
div.DivClassName
{
background-color: #8A5E8A;
}
.BgClassName
{
background-color: #8A5E8A;
}
</style>
border-color css
<style>
span { border-color: #8A5E8A; }
span { border-color: rgb(138,94,138); }
td.TdClassName
{
border-color: #8A5E8A;
}
.TagClassName
{
border-color: #8A5E8A;
}
</style>