Shades of Trendy Pink #8A5483
Tints of Trendy Pink #8A5483
RGB
CMYK
RGB Variations
Color information
#8A5483 (or 0x8A5483) is known color: Trendy Pink. HEX triplet: 8A, 54 and 83. RGB value is (138,84,131). Sum of RGB (Red+Green+Blue) = 138+84+131=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5483 is #75AB7C. Grayscale: #696969. Windows color (decimal): -7711613 or 8606858. OLE color: 8606858.
HSL color Cylindrical-coordinate representation of color #8A5483: hue angle of 307.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A5483 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 84 | 131 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.46 |
| HSL | 307.78º | 0.24% | 0.44% | - |
| HSV(B) | 307.78º | 0.39% | 0.54% | - |
| XYZ | 17.75 | 13.38 | 23.12 | - |
| YUV | 105.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 131 | 0 | 0.39 | 0.05 | 0.46 | 307.78 | 0.24 | 0.44 |
| Hex | 8A | 54 | 83 | 0 | 27 | 5 | 2E | 134 | 18 | 2C |
| Octal | 212 | 124 | 203 | 0 | 47 | 5 | 56 | 464 | 30 | 54 |
| Binary | 10001010 | 1010100 | 10000011 | 0 | 100111 | 101 | 101110 | 100110100 | 11000 | 101100 |
Color Harmonies of #8A5483
Complementary color
Monochromatic Colors of #8A5483
Black with #8A5483
Text Example
Text Example
White with #8A5483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5483; }
p { color: rgb(138,84,131); }
H1.HeaderClassName
{
color: #8A5483;
}
.AnyTagClassName
{
color: #8A5483;
}
</style>
background-color css
<style>
a { background-color: #8A5483; }
a { background-color: rgb(138,84,131); }
div.DivClassName
{
background-color: #8A5483;
}
.BgClassName
{
background-color: #8A5483;
}
</style>
border-color css
<style>
span { border-color: #8A5483; }
span { border-color: rgb(138,84,131); }
td.TdClassName
{
border-color: #8A5483;
}
.TagClassName
{
border-color: #8A5483;
}
</style>