Shades of Trendy Pink #8A5593
Tints of Trendy Pink #8A5593
RGB
CMYK
RGB Variations
Color information
#8A5593 (or 0x8A5593) is known color: Trendy Pink. HEX triplet: 8A, 55 and 93. RGB value is (138,85,147). Sum of RGB (Red+Green+Blue) = 138+85+147=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A5593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5593 is #75AA6C. Grayscale: #6B6B6B. Windows color (decimal): -7711341 or 9655690. OLE color: 9655690.
HSL color Cylindrical-coordinate representation of color #8A5593: hue angle of 291.29º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A5593 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 85 | 147 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.42 |
| HSL | 291.29º | 0.27% | 0.45% | - |
| HSV(B) | 291.29º | 0.42% | 0.58% | - |
| XYZ | 19 | 14.01 | 29.31 | - |
| YUV | 107.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 147 | 0.06 | 0.42 | 0 | 0.42 | 291.29 | 0.27 | 0.45 |
| Hex | 8A | 55 | 93 | 6 | 2A | 0 | 2A | 123 | 1B | 2D |
| Octal | 212 | 125 | 223 | 6 | 52 | 0 | 52 | 443 | 33 | 55 |
| Binary | 10001010 | 1010101 | 10010011 | 110 | 101010 | 0 | 101010 | 100100011 | 11011 | 101101 |
Color Harmonies of #8A5593
Complementary color
Monochromatic Colors of #8A5593
Black with #8A5593
Text Example
Text Example
White with #8A5593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5593; }
p { color: rgb(138,85,147); }
H1.HeaderClassName
{
color: #8A5593;
}
.AnyTagClassName
{
color: #8A5593;
}
</style>
background-color css
<style>
a { background-color: #8A5593; }
a { background-color: rgb(138,85,147); }
div.DivClassName
{
background-color: #8A5593;
}
.BgClassName
{
background-color: #8A5593;
}
</style>
border-color css
<style>
span { border-color: #8A5593; }
span { border-color: rgb(138,85,147); }
td.TdClassName
{
border-color: #8A5593;
}
.TagClassName
{
border-color: #8A5593;
}
</style>