Shades of Trendy Pink #8A658A
Tints of Trendy Pink #8A658A
RGB
CMYK
RGB Variations
Color information
#8A658A (or 0x8A658A) is known color: Trendy Pink. HEX triplet: 8A, 65 and 8A. RGB value is (138,101,138). Sum of RGB (Red+Green+Blue) = 138+101+138=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A658A is #759A75. Grayscale: #747474. Windows color (decimal): -7707254 or 9069962. OLE color: 9069962.
HSL color Cylindrical-coordinate representation of color #8A658A: hue angle of 300º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A658A is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 101 | 138 | - |
| CMYK | 0 | 0.27 | 0 | 0.46 |
| HSL | 300º | 0.15% | 0.47% | - |
| HSV(B) | 300º | 0.27% | 0.54% | - |
| XYZ | 19.72 | 16.55 | 26.2 | - |
| YUV | 116.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 138 | 0 | 0.27 | 0 | 0.46 | 300 | 0.15 | 0.47 |
| Hex | 8A | 65 | 8A | 0 | 1B | 0 | 2E | 12C | F | 2F |
| Octal | 212 | 145 | 212 | 0 | 33 | 0 | 56 | 454 | 17 | 57 |
| Binary | 10001010 | 1100101 | 10001010 | 0 | 11011 | 0 | 101110 | 100101100 | 1111 | 101111 |
Color Harmonies of #8A658A
Complementary color
Monochromatic Colors of #8A658A
Black with #8A658A
Text Example
Text Example
White with #8A658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A658A; }
p { color: rgb(138,101,138); }
H1.HeaderClassName
{
color: #8A658A;
}
.AnyTagClassName
{
color: #8A658A;
}
</style>
background-color css
<style>
a { background-color: #8A658A; }
a { background-color: rgb(138,101,138); }
div.DivClassName
{
background-color: #8A658A;
}
.BgClassName
{
background-color: #8A658A;
}
</style>
border-color css
<style>
span { border-color: #8A658A; }
span { border-color: rgb(138,101,138); }
td.TdClassName
{
border-color: #8A658A;
}
.TagClassName
{
border-color: #8A658A;
}
</style>