Shades of Trendy Pink #8A5390
Tints of Trendy Pink #8A5390
RGB
CMYK
RGB Variations
Color information
#8A5390 (or 0x8A5390) is known color: Trendy Pink. HEX triplet: 8A, 53 and 90. RGB value is (138,83,144). Sum of RGB (Red+Green+Blue) = 138+83+144=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A5390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5390 is #75AC6F. Grayscale: #6A6A6A. Windows color (decimal): -7711856 or 9458570. OLE color: 9458570.
HSL color Cylindrical-coordinate representation of color #8A5390: hue angle of 294.1º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A5390 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 83 | 144 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.44 |
| HSL | 294.1º | 0.27% | 0.45% | - |
| HSV(B) | 294.1º | 0.42% | 0.56% | - |
| XYZ | 18.61 | 13.6 | 28.03 | - |
| YUV | 106.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 144 | 0.04 | 0.42 | 0 | 0.44 | 294.1 | 0.27 | 0.45 |
| Hex | 8A | 53 | 90 | 4 | 2A | 0 | 2C | 126 | 1B | 2D |
| Octal | 212 | 123 | 220 | 4 | 52 | 0 | 54 | 446 | 33 | 55 |
| Binary | 10001010 | 1010011 | 10010000 | 100 | 101010 | 0 | 101100 | 100100110 | 11011 | 101101 |
Color Harmonies of #8A5390
Complementary color
Monochromatic Colors of #8A5390
Black with #8A5390
Text Example
Text Example
White with #8A5390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5390; }
p { color: rgb(138,83,144); }
H1.HeaderClassName
{
color: #8A5390;
}
.AnyTagClassName
{
color: #8A5390;
}
</style>
background-color css
<style>
a { background-color: #8A5390; }
a { background-color: rgb(138,83,144); }
div.DivClassName
{
background-color: #8A5390;
}
.BgClassName
{
background-color: #8A5390;
}
</style>
border-color css
<style>
span { border-color: #8A5390; }
span { border-color: rgb(138,83,144); }
td.TdClassName
{
border-color: #8A5390;
}
.TagClassName
{
border-color: #8A5390;
}
</style>