Shades of Trendy Pink #8A698D
Tints of Trendy Pink #8A698D
RGB
CMYK
RGB Variations
Color information
#8A698D (or 0x8A698D) is known color: Trendy Pink. HEX triplet: 8A, 69 and 8D. RGB value is (138,105,141). Sum of RGB (Red+Green+Blue) = 138+105+141=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A698D is #759672. Grayscale: #767676. Windows color (decimal): -7706227 or 9267594. OLE color: 9267594.
HSL color Cylindrical-coordinate representation of color #8A698D: hue angle of 295º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A698D is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 105 | 141 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.45 |
| HSL | 295º | 0.15% | 0.48% | - |
| HSV(B) | 295º | 0.26% | 0.55% | - |
| XYZ | 20.34 | 17.43 | 27.49 | - |
| YUV | 118.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 141 | 0.02 | 0.26 | 0 | 0.45 | 295 | 0.15 | 0.48 |
| Hex | 8A | 69 | 8D | 2 | 1A | 0 | 2D | 127 | F | 30 |
| Octal | 212 | 151 | 215 | 2 | 32 | 0 | 55 | 447 | 17 | 60 |
| Binary | 10001010 | 1101001 | 10001101 | 10 | 11010 | 0 | 101101 | 100100111 | 1111 | 110000 |
Color Harmonies of #8A698D
Complementary color
Monochromatic Colors of #8A698D
Black with #8A698D
Text Example
Text Example
White with #8A698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A698D; }
p { color: rgb(138,105,141); }
H1.HeaderClassName
{
color: #8A698D;
}
.AnyTagClassName
{
color: #8A698D;
}
</style>
background-color css
<style>
a { background-color: #8A698D; }
a { background-color: rgb(138,105,141); }
div.DivClassName
{
background-color: #8A698D;
}
.BgClassName
{
background-color: #8A698D;
}
</style>
border-color css
<style>
span { border-color: #8A698D; }
span { border-color: rgb(138,105,141); }
td.TdClassName
{
border-color: #8A698D;
}
.TagClassName
{
border-color: #8A698D;
}
</style>