Shades of Trendy Pink #8A558B
Tints of Trendy Pink #8A558B
RGB
CMYK
RGB Variations
Color information
#8A558B (or 0x8A558B) is known color: Trendy Pink. HEX triplet: 8A, 55 and 8B. RGB value is (138,85,139). Sum of RGB (Red+Green+Blue) = 138+85+139=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A558B is #75AA74. Grayscale: #6A6A6A. Windows color (decimal): -7711349 or 9131402. OLE color: 9131402.
HSL color Cylindrical-coordinate representation of color #8A558B: hue angle of 298.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A558B is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 85 | 139 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.45 |
| HSL | 298.89º | 0.24% | 0.44% | - |
| HSV(B) | 298.89º | 0.39% | 0.55% | - |
| XYZ | 18.39 | 13.76 | 26.11 | - |
| YUV | 107 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 139 | 0.01 | 0.39 | 0 | 0.45 | 298.89 | 0.24 | 0.44 |
| Hex | 8A | 55 | 8B | 1 | 27 | 0 | 2D | 12B | 18 | 2C |
| Octal | 212 | 125 | 213 | 1 | 47 | 0 | 55 | 453 | 30 | 54 |
| Binary | 10001010 | 1010101 | 10001011 | 1 | 100111 | 0 | 101101 | 100101011 | 11000 | 101100 |
Color Harmonies of #8A558B
Complementary color
Monochromatic Colors of #8A558B
Black with #8A558B
Text Example
Text Example
White with #8A558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A558B; }
p { color: rgb(138,85,139); }
H1.HeaderClassName
{
color: #8A558B;
}
.AnyTagClassName
{
color: #8A558B;
}
</style>
background-color css
<style>
a { background-color: #8A558B; }
a { background-color: rgb(138,85,139); }
div.DivClassName
{
background-color: #8A558B;
}
.BgClassName
{
background-color: #8A558B;
}
</style>
border-color css
<style>
span { border-color: #8A558B; }
span { border-color: rgb(138,85,139); }
td.TdClassName
{
border-color: #8A558B;
}
.TagClassName
{
border-color: #8A558B;
}
</style>