Shades of Trendy Pink #8A5693
Tints of Trendy Pink #8A5693
RGB
CMYK
RGB Variations
Color information
#8A5693 (or 0x8A5693) is known color: Trendy Pink. HEX triplet: 8A, 56 and 93. RGB value is (138,86,147). Sum of RGB (Red+Green+Blue) = 138+86+147=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A5693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5693 is #75A96C. Grayscale: #6C6C6C. Windows color (decimal): -7711085 or 9655946. OLE color: 9655946.
HSL color Cylindrical-coordinate representation of color #8A5693: hue angle of 291.15º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A5693 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 86 | 147 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.42 |
| HSL | 291.15º | 0.26% | 0.46% | - |
| HSV(B) | 291.15º | 0.41% | 0.58% | - |
| XYZ | 19.08 | 14.17 | 29.33 | - |
| YUV | 108.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 86 | 147 | 0.06 | 0.41 | 0 | 0.42 | 291.15 | 0.26 | 0.46 |
| Hex | 8A | 56 | 93 | 6 | 29 | 0 | 2A | 123 | 1A | 2E |
| Octal | 212 | 126 | 223 | 6 | 51 | 0 | 52 | 443 | 32 | 56 |
| Binary | 10001010 | 1010110 | 10010011 | 110 | 101001 | 0 | 101010 | 100100011 | 11010 | 101110 |
Color Harmonies of #8A5693
Complementary color
Monochromatic Colors of #8A5693
Black with #8A5693
Text Example
Text Example
White with #8A5693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5693; }
p { color: rgb(138,86,147); }
H1.HeaderClassName
{
color: #8A5693;
}
.AnyTagClassName
{
color: #8A5693;
}
</style>
background-color css
<style>
a { background-color: #8A5693; }
a { background-color: rgb(138,86,147); }
div.DivClassName
{
background-color: #8A5693;
}
.BgClassName
{
background-color: #8A5693;
}
</style>
border-color css
<style>
span { border-color: #8A5693; }
span { border-color: rgb(138,86,147); }
td.TdClassName
{
border-color: #8A5693;
}
.TagClassName
{
border-color: #8A5693;
}
</style>