Shades of Trendy Pink #8A608D
Tints of Trendy Pink #8A608D
RGB
CMYK
RGB Variations
Color information
#8A608D (or 0x8A608D) is known color: Trendy Pink. HEX triplet: 8A, 60 and 8D. RGB value is (138,96,141). Sum of RGB (Red+Green+Blue) = 138+96+141=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A608D is #759F72. Grayscale: #717171. Windows color (decimal): -7708531 or 9265290. OLE color: 9265290.
HSL color Cylindrical-coordinate representation of color #8A608D: hue angle of 296º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A608D is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 96 | 141 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.45 |
| HSL | 296º | 0.19% | 0.46% | - |
| HSV(B) | 296º | 0.32% | 0.55% | - |
| XYZ | 19.47 | 15.69 | 27.2 | - |
| YUV | 113.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 141 | 0.02 | 0.32 | 0 | 0.45 | 296 | 0.19 | 0.46 |
| Hex | 8A | 60 | 8D | 2 | 20 | 0 | 2D | 128 | 13 | 2E |
| Octal | 212 | 140 | 215 | 2 | 40 | 0 | 55 | 450 | 23 | 56 |
| Binary | 10001010 | 1100000 | 10001101 | 10 | 100000 | 0 | 101101 | 100101000 | 10011 | 101110 |
Color Harmonies of #8A608D
Complementary color
Monochromatic Colors of #8A608D
Black with #8A608D
Text Example
Text Example
White with #8A608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A608D; }
p { color: rgb(138,96,141); }
H1.HeaderClassName
{
color: #8A608D;
}
.AnyTagClassName
{
color: #8A608D;
}
</style>
background-color css
<style>
a { background-color: #8A608D; }
a { background-color: rgb(138,96,141); }
div.DivClassName
{
background-color: #8A608D;
}
.BgClassName
{
background-color: #8A608D;
}
</style>
border-color css
<style>
span { border-color: #8A608D; }
span { border-color: rgb(138,96,141); }
td.TdClassName
{
border-color: #8A608D;
}
.TagClassName
{
border-color: #8A608D;
}
</style>