Shades of Trendy Pink #8A6080
Tints of Trendy Pink #8A6080
RGB
CMYK
RGB Variations
Color information
#8A6080 (or 0x8A6080) is known color: Trendy Pink. HEX triplet: 8A, 60 and 80. RGB value is (138,96,128). Sum of RGB (Red+Green+Blue) = 138+96+128=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6080 is #759F7F. Grayscale: #707070. Windows color (decimal): -7708544 or 8413322. OLE color: 8413322.
HSL color Cylindrical-coordinate representation of color #8A6080: hue angle of 314.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6080 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 96 | 128 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.46 |
| HSL | 314.29º | 0.18% | 0.46% | - |
| HSV(B) | 314.29º | 0.3% | 0.54% | - |
| XYZ | 18.56 | 15.33 | 22.4 | - |
| YUV | 112.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 128 | 0 | 0.30 | 0.07 | 0.46 | 314.29 | 0.18 | 0.46 |
| Hex | 8A | 60 | 80 | 0 | 1E | 7 | 2E | 13A | 12 | 2E |
| Octal | 212 | 140 | 200 | 0 | 36 | 7 | 56 | 472 | 22 | 56 |
| Binary | 10001010 | 1100000 | 10000000 | 0 | 11110 | 111 | 101110 | 100111010 | 10010 | 101110 |
Color Harmonies of #8A6080
Complementary color
Monochromatic Colors of #8A6080
Black with #8A6080
Text Example
Text Example
White with #8A6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6080; }
p { color: rgb(138,96,128); }
H1.HeaderClassName
{
color: #8A6080;
}
.AnyTagClassName
{
color: #8A6080;
}
</style>
background-color css
<style>
a { background-color: #8A6080; }
a { background-color: rgb(138,96,128); }
div.DivClassName
{
background-color: #8A6080;
}
.BgClassName
{
background-color: #8A6080;
}
</style>
border-color css
<style>
span { border-color: #8A6080; }
span { border-color: rgb(138,96,128); }
td.TdClassName
{
border-color: #8A6080;
}
.TagClassName
{
border-color: #8A6080;
}
</style>