Shades of Trendy Pink #8A638D
Tints of Trendy Pink #8A638D
RGB
CMYK
RGB Variations
Color information
#8A638D (or 0x8A638D) is known color: Trendy Pink. HEX triplet: 8A, 63 and 8D. RGB value is (138,99,141). Sum of RGB (Red+Green+Blue) = 138+99+141=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A638D is #759C72. Grayscale: #737373. Windows color (decimal): -7707763 or 9266058. OLE color: 9266058.
HSL color Cylindrical-coordinate representation of color #8A638D: hue angle of 295.71º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A638D is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 99 | 141 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.45 |
| HSL | 295.71º | 0.18% | 0.47% | - |
| HSV(B) | 295.71º | 0.3% | 0.55% | - |
| XYZ | 19.75 | 16.25 | 27.29 | - |
| YUV | 115.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 141 | 0.02 | 0.30 | 0 | 0.45 | 295.71 | 0.18 | 0.47 |
| Hex | 8A | 63 | 8D | 2 | 1E | 0 | 2D | 128 | 12 | 2F |
| Octal | 212 | 143 | 215 | 2 | 36 | 0 | 55 | 450 | 22 | 57 |
| Binary | 10001010 | 1100011 | 10001101 | 10 | 11110 | 0 | 101101 | 100101000 | 10010 | 101111 |
Color Harmonies of #8A638D
Complementary color
Monochromatic Colors of #8A638D
Black with #8A638D
Text Example
Text Example
White with #8A638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A638D; }
p { color: rgb(138,99,141); }
H1.HeaderClassName
{
color: #8A638D;
}
.AnyTagClassName
{
color: #8A638D;
}
</style>
background-color css
<style>
a { background-color: #8A638D; }
a { background-color: rgb(138,99,141); }
div.DivClassName
{
background-color: #8A638D;
}
.BgClassName
{
background-color: #8A638D;
}
</style>
border-color css
<style>
span { border-color: #8A638D; }
span { border-color: rgb(138,99,141); }
td.TdClassName
{
border-color: #8A638D;
}
.TagClassName
{
border-color: #8A638D;
}
</style>