Shades of Trendy Pink #8A628B
Tints of Trendy Pink #8A628B
RGB
CMYK
RGB Variations
Color information
#8A628B (or 0x8A628B) is known color: Trendy Pink. HEX triplet: 8A, 62 and 8B. RGB value is (138,98,139). Sum of RGB (Red+Green+Blue) = 138+98+139=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A628B is #759D74. Grayscale: #727272. Windows color (decimal): -7708021 or 9134730. OLE color: 9134730.
HSL color Cylindrical-coordinate representation of color #8A628B: hue angle of 298.54º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A628B is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 98 | 139 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.45 |
| HSL | 298.54º | 0.17% | 0.46% | - |
| HSV(B) | 298.54º | 0.29% | 0.55% | - |
| XYZ | 19.51 | 16 | 26.49 | - |
| YUV | 114.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 139 | 0.01 | 0.29 | 0 | 0.45 | 298.54 | 0.17 | 0.46 |
| Hex | 8A | 62 | 8B | 1 | 1D | 0 | 2D | 12B | 11 | 2E |
| Octal | 212 | 142 | 213 | 1 | 35 | 0 | 55 | 453 | 21 | 56 |
| Binary | 10001010 | 1100010 | 10001011 | 1 | 11101 | 0 | 101101 | 100101011 | 10001 | 101110 |
Color Harmonies of #8A628B
Complementary color
Monochromatic Colors of #8A628B
Black with #8A628B
Text Example
Text Example
White with #8A628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A628B; }
p { color: rgb(138,98,139); }
H1.HeaderClassName
{
color: #8A628B;
}
.AnyTagClassName
{
color: #8A628B;
}
</style>
background-color css
<style>
a { background-color: #8A628B; }
a { background-color: rgb(138,98,139); }
div.DivClassName
{
background-color: #8A628B;
}
.BgClassName
{
background-color: #8A628B;
}
</style>
border-color css
<style>
span { border-color: #8A628B; }
span { border-color: rgb(138,98,139); }
td.TdClassName
{
border-color: #8A628B;
}
.TagClassName
{
border-color: #8A628B;
}
</style>