Shades of Trendy Pink #8A608E
Tints of Trendy Pink #8A608E
RGB
CMYK
RGB Variations
Color information
#8A608E (or 0x8A608E) is known color: Trendy Pink. HEX triplet: 8A, 60 and 8E. RGB value is (138,96,142). Sum of RGB (Red+Green+Blue) = 138+96+142=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A608E is #759F71. Grayscale: #717171. Windows color (decimal): -7708530 or 9330826. OLE color: 9330826.
HSL color Cylindrical-coordinate representation of color #8A608E: hue angle of 294.78º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A608E is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 96 | 142 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.44 |
| HSL | 294.78º | 0.19% | 0.47% | - |
| HSV(B) | 294.78º | 0.32% | 0.56% | - |
| XYZ | 19.55 | 15.72 | 27.6 | - |
| YUV | 113.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 142 | 0.03 | 0.32 | 0 | 0.44 | 294.78 | 0.19 | 0.47 |
| Hex | 8A | 60 | 8E | 3 | 20 | 0 | 2C | 127 | 13 | 2F |
| Octal | 212 | 140 | 216 | 3 | 40 | 0 | 54 | 447 | 23 | 57 |
| Binary | 10001010 | 1100000 | 10001110 | 11 | 100000 | 0 | 101100 | 100100111 | 10011 | 101111 |
Color Harmonies of #8A608E
Complementary color
Monochromatic Colors of #8A608E
Black with #8A608E
Text Example
Text Example
White with #8A608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A608E; }
p { color: rgb(138,96,142); }
H1.HeaderClassName
{
color: #8A608E;
}
.AnyTagClassName
{
color: #8A608E;
}
</style>
background-color css
<style>
a { background-color: #8A608E; }
a { background-color: rgb(138,96,142); }
div.DivClassName
{
background-color: #8A608E;
}
.BgClassName
{
background-color: #8A608E;
}
</style>
border-color css
<style>
span { border-color: #8A608E; }
span { border-color: rgb(138,96,142); }
td.TdClassName
{
border-color: #8A608E;
}
.TagClassName
{
border-color: #8A608E;
}
</style>