Shades of Trendy Pink #8A4482
Tints of Trendy Pink #8A4482
RGB
CMYK
RGB Variations
Color information
#8A4482 (or 0x8A4482) is known color: Trendy Pink. HEX triplet: 8A, 44 and 82. RGB value is (138,68,130). Sum of RGB (Red+Green+Blue) = 138+68+130=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4482 is #75BB7D. Grayscale: #5F5F5F. Windows color (decimal): -7715710 or 8537226. OLE color: 8537226.
HSL color Cylindrical-coordinate representation of color #8A4482: hue angle of 306.86º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A4482 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 130 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.46 |
| HSL | 306.86º | 0.34% | 0.4% | - |
| HSV(B) | 306.86º | 0.51% | 0.54% | - |
| XYZ | 16.58 | 11.15 | 22.4 | - |
| YUV | 96 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 130 | 0 | 0.51 | 0.06 | 0.46 | 306.86 | 0.34 | 0.4 |
| Hex | 8A | 44 | 82 | 0 | 33 | 6 | 2E | 133 | 22 | 28 |
| Octal | 212 | 104 | 202 | 0 | 63 | 6 | 56 | 463 | 42 | 50 |
| Binary | 10001010 | 1000100 | 10000010 | 0 | 110011 | 110 | 101110 | 100110011 | 100010 | 101000 |
Color Harmonies of #8A4482
Complementary color
Monochromatic Colors of #8A4482
Black with #8A4482
Text Example
Text Example
White with #8A4482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4482; }
p { color: rgb(138,68,130); }
H1.HeaderClassName
{
color: #8A4482;
}
.AnyTagClassName
{
color: #8A4482;
}
</style>
background-color css
<style>
a { background-color: #8A4482; }
a { background-color: rgb(138,68,130); }
div.DivClassName
{
background-color: #8A4482;
}
.BgClassName
{
background-color: #8A4482;
}
</style>
border-color css
<style>
span { border-color: #8A4482; }
span { border-color: rgb(138,68,130); }
td.TdClassName
{
border-color: #8A4482;
}
.TagClassName
{
border-color: #8A4482;
}
</style>