Shades of Trendy Pink #8A668B
Tints of Trendy Pink #8A668B
RGB
CMYK
RGB Variations
Color information
#8A668B (or 0x8A668B) is known color: Trendy Pink. HEX triplet: 8A, 66 and 8B. RGB value is (138,102,139). Sum of RGB (Red+Green+Blue) = 138+102+139=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A668B is #759974. Grayscale: #747474. Windows color (decimal): -7706997 or 9135754. OLE color: 9135754.
HSL color Cylindrical-coordinate representation of color #8A668B: hue angle of 298.38º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A668B is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 102 | 139 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.45 |
| HSL | 298.38º | 0.15% | 0.47% | - |
| HSV(B) | 298.38º | 0.27% | 0.55% | - |
| XYZ | 19.89 | 16.77 | 26.61 | - |
| YUV | 116.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 139 | 0.01 | 0.27 | 0 | 0.45 | 298.38 | 0.15 | 0.47 |
| Hex | 8A | 66 | 8B | 1 | 1B | 0 | 2D | 12A | F | 2F |
| Octal | 212 | 146 | 213 | 1 | 33 | 0 | 55 | 452 | 17 | 57 |
| Binary | 10001010 | 1100110 | 10001011 | 1 | 11011 | 0 | 101101 | 100101010 | 1111 | 101111 |
Color Harmonies of #8A668B
Complementary color
Monochromatic Colors of #8A668B
Black with #8A668B
Text Example
Text Example
White with #8A668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A668B; }
p { color: rgb(138,102,139); }
H1.HeaderClassName
{
color: #8A668B;
}
.AnyTagClassName
{
color: #8A668B;
}
</style>
background-color css
<style>
a { background-color: #8A668B; }
a { background-color: rgb(138,102,139); }
div.DivClassName
{
background-color: #8A668B;
}
.BgClassName
{
background-color: #8A668B;
}
</style>
border-color css
<style>
span { border-color: #8A668B; }
span { border-color: rgb(138,102,139); }
td.TdClassName
{
border-color: #8A668B;
}
.TagClassName
{
border-color: #8A668B;
}
</style>