Shades of Trendy Pink #8A4585
Tints of Trendy Pink #8A4585
RGB
CMYK
RGB Variations
Color information
#8A4585 (or 0x8A4585) is known color: Trendy Pink. HEX triplet: 8A, 45 and 85. RGB value is (138,69,133). Sum of RGB (Red+Green+Blue) = 138+69+133=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4585 is #75BA7A. Grayscale: #606060. Windows color (decimal): -7715451 or 8734090. OLE color: 8734090.
HSL color Cylindrical-coordinate representation of color #8A4585: hue angle of 304.35º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A4585 is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 69 | 133 | - |
| CMYK | 0 | 0.5 | 0.04 | 0.46 |
| HSL | 304.35º | 0.33% | 0.41% | - |
| HSV(B) | 304.35º | 0.5% | 0.54% | - |
| XYZ | 16.84 | 11.35 | 23.49 | - |
| YUV | 96.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 69 | 133 | 0 | 0.5 | 0.04 | 0.46 | 304.35 | 0.33 | 0.41 |
| Hex | 8A | 45 | 85 | 0 | 32 | 4 | 2E | 130 | 21 | 29 |
| Octal | 212 | 105 | 205 | 0 | 62 | 4 | 56 | 460 | 41 | 51 |
| Binary | 10001010 | 1000101 | 10000101 | 0 | 110010 | 100 | 101110 | 100110000 | 100001 | 101001 |
Color Harmonies of #8A4585
Complementary color
Monochromatic Colors of #8A4585
Black with #8A4585
Text Example
Text Example
White with #8A4585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4585; }
p { color: rgb(138,69,133); }
H1.HeaderClassName
{
color: #8A4585;
}
.AnyTagClassName
{
color: #8A4585;
}
</style>
background-color css
<style>
a { background-color: #8A4585; }
a { background-color: rgb(138,69,133); }
div.DivClassName
{
background-color: #8A4585;
}
.BgClassName
{
background-color: #8A4585;
}
</style>
border-color css
<style>
span { border-color: #8A4585; }
span { border-color: rgb(138,69,133); }
td.TdClassName
{
border-color: #8A4585;
}
.TagClassName
{
border-color: #8A4585;
}
</style>