Shades of Trendy Pink #8A488A
Tints of Trendy Pink #8A488A
RGB
CMYK
RGB Variations
Color information
#8A488A (or 0x8A488A) is known color: Trendy Pink. HEX triplet: 8A, 48 and 8A. RGB value is (138,72,138). Sum of RGB (Red+Green+Blue) = 138+72+138=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A488A is #75B775. Grayscale: #636363. Windows color (decimal): -7714678 or 9062538. OLE color: 9062538.
HSL color Cylindrical-coordinate representation of color #8A488A: hue angle of 300º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A488A is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 72 | 138 | - |
| CMYK | 0 | 0.48 | 0 | 0.46 |
| HSL | 300º | 0.31% | 0.41% | - |
| HSV(B) | 300º | 0.48% | 0.54% | - |
| XYZ | 17.39 | 11.87 | 25.42 | - |
| YUV | 99.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 72 | 138 | 0 | 0.48 | 0 | 0.46 | 300 | 0.31 | 0.41 |
| Hex | 8A | 48 | 8A | 0 | 30 | 0 | 2E | 12C | 1F | 29 |
| Octal | 212 | 110 | 212 | 0 | 60 | 0 | 56 | 454 | 37 | 51 |
| Binary | 10001010 | 1001000 | 10001010 | 0 | 110000 | 0 | 101110 | 100101100 | 11111 | 101001 |
Color Harmonies of #8A488A
Complementary color
Monochromatic Colors of #8A488A
Black with #8A488A
Text Example
Text Example
White with #8A488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A488A; }
p { color: rgb(138,72,138); }
H1.HeaderClassName
{
color: #8A488A;
}
.AnyTagClassName
{
color: #8A488A;
}
</style>
background-color css
<style>
a { background-color: #8A488A; }
a { background-color: rgb(138,72,138); }
div.DivClassName
{
background-color: #8A488A;
}
.BgClassName
{
background-color: #8A488A;
}
</style>
border-color css
<style>
span { border-color: #8A488A; }
span { border-color: rgb(138,72,138); }
td.TdClassName
{
border-color: #8A488A;
}
.TagClassName
{
border-color: #8A488A;
}
</style>