Shades of Trendy Pink #8A6085
Tints of Trendy Pink #8A6085
RGB
CMYK
RGB Variations
Color information
#8A6085 (or 0x8A6085) is known color: Trendy Pink. HEX triplet: 8A, 60 and 85. RGB value is (138,96,133). Sum of RGB (Red+Green+Blue) = 138+96+133=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6085 is #759F7A. Grayscale: #707070. Windows color (decimal): -7708539 or 8741002. OLE color: 8741002.
HSL color Cylindrical-coordinate representation of color #8A6085: hue angle of 307.14º 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 #8A6085 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 96 | 133 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.46 |
| HSL | 307.14º | 0.18% | 0.46% | - |
| HSV(B) | 307.14º | 0.3% | 0.54% | - |
| XYZ | 18.9 | 15.46 | 24.18 | - |
| YUV | 112.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 133 | 0 | 0.30 | 0.04 | 0.46 | 307.14 | 0.18 | 0.46 |
| Hex | 8A | 60 | 85 | 0 | 1E | 4 | 2E | 133 | 12 | 2E |
| Octal | 212 | 140 | 205 | 0 | 36 | 4 | 56 | 463 | 22 | 56 |
| Binary | 10001010 | 1100000 | 10000101 | 0 | 11110 | 100 | 101110 | 100110011 | 10010 | 101110 |
Color Harmonies of #8A6085
Complementary color
Monochromatic Colors of #8A6085
Black with #8A6085
Text Example
Text Example
White with #8A6085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6085; }
p { color: rgb(138,96,133); }
H1.HeaderClassName
{
color: #8A6085;
}
.AnyTagClassName
{
color: #8A6085;
}
</style>
background-color css
<style>
a { background-color: #8A6085; }
a { background-color: rgb(138,96,133); }
div.DivClassName
{
background-color: #8A6085;
}
.BgClassName
{
background-color: #8A6085;
}
</style>
border-color css
<style>
span { border-color: #8A6085; }
span { border-color: rgb(138,96,133); }
td.TdClassName
{
border-color: #8A6085;
}
.TagClassName
{
border-color: #8A6085;
}
</style>