Shades of Trendy Pink #8A6688
Tints of Trendy Pink #8A6688
RGB
CMYK
RGB Variations
Color information
#8A6688 (or 0x8A6688) is known color: Trendy Pink. HEX triplet: 8A, 66 and 88. RGB value is (138,102,136). Sum of RGB (Red+Green+Blue) = 138+102+136=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6688 is #759977. Grayscale: #747474. Windows color (decimal): -7707000 or 8939146. OLE color: 8939146.
HSL color Cylindrical-coordinate representation of color #8A6688: hue angle of 303.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A6688 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 102 | 136 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.46 |
| HSL | 303.33º | 0.15% | 0.47% | - |
| HSV(B) | 303.33º | 0.26% | 0.54% | - |
| XYZ | 19.68 | 16.68 | 25.48 | - |
| YUV | 116.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 136 | 0 | 0.26 | 0.01 | 0.46 | 303.33 | 0.15 | 0.47 |
| Hex | 8A | 66 | 88 | 0 | 1A | 1 | 2E | 12F | F | 2F |
| Octal | 212 | 146 | 210 | 0 | 32 | 1 | 56 | 457 | 17 | 57 |
| Binary | 10001010 | 1100110 | 10001000 | 0 | 11010 | 1 | 101110 | 100101111 | 1111 | 101111 |
Color Harmonies of #8A6688
Complementary color
Monochromatic Colors of #8A6688
Black with #8A6688
Text Example
Text Example
White with #8A6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6688; }
p { color: rgb(138,102,136); }
H1.HeaderClassName
{
color: #8A6688;
}
.AnyTagClassName
{
color: #8A6688;
}
</style>
background-color css
<style>
a { background-color: #8A6688; }
a { background-color: rgb(138,102,136); }
div.DivClassName
{
background-color: #8A6688;
}
.BgClassName
{
background-color: #8A6688;
}
</style>
border-color css
<style>
span { border-color: #8A6688; }
span { border-color: rgb(138,102,136); }
td.TdClassName
{
border-color: #8A6688;
}
.TagClassName
{
border-color: #8A6688;
}
</style>