Shades of Trendy Pink #8A698C
Tints of Trendy Pink #8A698C
RGB
CMYK
RGB Variations
Color information
#8A698C (or 0x8A698C) is known color: Trendy Pink. HEX triplet: 8A, 69 and 8C. RGB value is (138,105,140). Sum of RGB (Red+Green+Blue) = 138+105+140=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A698C is #759673. Grayscale: #767676. Windows color (decimal): -7706228 or 9202058. OLE color: 9202058.
HSL color Cylindrical-coordinate representation of color #8A698C: hue angle of 296.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A698C is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 105 | 140 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.45 |
| HSL | 296.57º | 0.14% | 0.48% | - |
| HSV(B) | 296.57º | 0.25% | 0.55% | - |
| XYZ | 20.27 | 17.4 | 27.1 | - |
| YUV | 118.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 140 | 0.01 | 0.25 | 0 | 0.45 | 296.57 | 0.14 | 0.48 |
| Hex | 8A | 69 | 8C | 1 | 19 | 0 | 2D | 129 | E | 30 |
| Octal | 212 | 151 | 214 | 1 | 31 | 0 | 55 | 451 | 16 | 60 |
| Binary | 10001010 | 1101001 | 10001100 | 1 | 11001 | 0 | 101101 | 100101001 | 1110 | 110000 |
Color Harmonies of #8A698C
Complementary color
Monochromatic Colors of #8A698C
Black with #8A698C
Text Example
Text Example
White with #8A698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A698C; }
p { color: rgb(138,105,140); }
H1.HeaderClassName
{
color: #8A698C;
}
.AnyTagClassName
{
color: #8A698C;
}
</style>
background-color css
<style>
a { background-color: #8A698C; }
a { background-color: rgb(138,105,140); }
div.DivClassName
{
background-color: #8A698C;
}
.BgClassName
{
background-color: #8A698C;
}
</style>
border-color css
<style>
span { border-color: #8A698C; }
span { border-color: rgb(138,105,140); }
td.TdClassName
{
border-color: #8A698C;
}
.TagClassName
{
border-color: #8A698C;
}
</style>