Shades of Trendy Pink #8A608F
Tints of Trendy Pink #8A608F
RGB
CMYK
RGB Variations
Color information
#8A608F (or 0x8A608F) is known color: Trendy Pink. HEX triplet: 8A, 60 and 8F. RGB value is (138,96,143). Sum of RGB (Red+Green+Blue) = 138+96+143=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 143 - color contains mainly: blue. Hex color #8A608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A608F is #759F70. Grayscale: #717171. Windows color (decimal): -7708529 or 9396362. OLE color: 9396362.
HSL color Cylindrical-coordinate representation of color #8A608F: hue angle of 293.62º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A608F is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 96 | 143 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.44 |
| HSL | 293.62º | 0.2% | 0.47% | - |
| HSV(B) | 293.62º | 0.33% | 0.56% | - |
| XYZ | 19.62 | 15.75 | 27.99 | - |
| YUV | 113.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 143 | 0.03 | 0.33 | 0 | 0.44 | 293.62 | 0.2 | 0.47 |
| Hex | 8A | 60 | 8F | 3 | 21 | 0 | 2C | 126 | 14 | 2F |
| Octal | 212 | 140 | 217 | 3 | 41 | 0 | 54 | 446 | 24 | 57 |
| Binary | 10001010 | 1100000 | 10001111 | 11 | 100001 | 0 | 101100 | 100100110 | 10100 | 101111 |
Color Harmonies of #8A608F
Complementary color
Monochromatic Colors of #8A608F
Black with #8A608F
Text Example
Text Example
White with #8A608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A608F; }
p { color: rgb(138,96,143); }
H1.HeaderClassName
{
color: #8A608F;
}
.AnyTagClassName
{
color: #8A608F;
}
</style>
background-color css
<style>
a { background-color: #8A608F; }
a { background-color: rgb(138,96,143); }
div.DivClassName
{
background-color: #8A608F;
}
.BgClassName
{
background-color: #8A608F;
}
</style>
border-color css
<style>
span { border-color: #8A608F; }
span { border-color: rgb(138,96,143); }
td.TdClassName
{
border-color: #8A608F;
}
.TagClassName
{
border-color: #8A608F;
}
</style>