Shades of Trendy Pink #8A6285
Tints of Trendy Pink #8A6285
RGB
CMYK
RGB Variations
Color information
#8A6285 (or 0x8A6285) is known color: Trendy Pink. HEX triplet: 8A, 62 and 85. RGB value is (138,98,133). Sum of RGB (Red+Green+Blue) = 138+98+133=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6285 is #759D7A. Grayscale: #717171. Windows color (decimal): -7708027 or 8741514. OLE color: 8741514.
HSL color Cylindrical-coordinate representation of color #8A6285: hue angle of 307.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A6285 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 98 | 133 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.46 |
| HSL | 307.5º | 0.17% | 0.46% | - |
| HSV(B) | 307.5º | 0.29% | 0.54% | - |
| XYZ | 19.08 | 15.83 | 24.24 | - |
| YUV | 113.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 133 | 0 | 0.29 | 0.04 | 0.46 | 307.5 | 0.17 | 0.46 |
| Hex | 8A | 62 | 85 | 0 | 1D | 4 | 2E | 134 | 11 | 2E |
| Octal | 212 | 142 | 205 | 0 | 35 | 4 | 56 | 464 | 21 | 56 |
| Binary | 10001010 | 1100010 | 10000101 | 0 | 11101 | 100 | 101110 | 100110100 | 10001 | 101110 |
Color Harmonies of #8A6285
Complementary color
Monochromatic Colors of #8A6285
Black with #8A6285
Text Example
Text Example
White with #8A6285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6285; }
p { color: rgb(138,98,133); }
H1.HeaderClassName
{
color: #8A6285;
}
.AnyTagClassName
{
color: #8A6285;
}
</style>
background-color css
<style>
a { background-color: #8A6285; }
a { background-color: rgb(138,98,133); }
div.DivClassName
{
background-color: #8A6285;
}
.BgClassName
{
background-color: #8A6285;
}
</style>
border-color css
<style>
span { border-color: #8A6285; }
span { border-color: rgb(138,98,133); }
td.TdClassName
{
border-color: #8A6285;
}
.TagClassName
{
border-color: #8A6285;
}
</style>