Shades of Trendy Pink #8A538E
Tints of Trendy Pink #8A538E
RGB
CMYK
RGB Variations
Color information
#8A538E (or 0x8A538E) is known color: Trendy Pink. HEX triplet: 8A, 53 and 8E. RGB value is (138,83,142). Sum of RGB (Red+Green+Blue) = 138+83+142=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A538E is #75AC71. Grayscale: #696969. Windows color (decimal): -7711858 or 9327498. OLE color: 9327498.
HSL color Cylindrical-coordinate representation of color #8A538E: hue angle of 295.93º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A538E is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 83 | 142 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.44 |
| HSL | 295.93º | 0.26% | 0.44% | - |
| HSV(B) | 295.93º | 0.42% | 0.56% | - |
| XYZ | 18.46 | 13.54 | 27.23 | - |
| YUV | 106.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 142 | 0.03 | 0.42 | 0 | 0.44 | 295.93 | 0.26 | 0.44 |
| Hex | 8A | 53 | 8E | 3 | 2A | 0 | 2C | 128 | 1A | 2C |
| Octal | 212 | 123 | 216 | 3 | 52 | 0 | 54 | 450 | 32 | 54 |
| Binary | 10001010 | 1010011 | 10001110 | 11 | 101010 | 0 | 101100 | 100101000 | 11010 | 101100 |
Color Harmonies of #8A538E
Complementary color
Monochromatic Colors of #8A538E
Black with #8A538E
Text Example
Text Example
White with #8A538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A538E; }
p { color: rgb(138,83,142); }
H1.HeaderClassName
{
color: #8A538E;
}
.AnyTagClassName
{
color: #8A538E;
}
</style>
background-color css
<style>
a { background-color: #8A538E; }
a { background-color: rgb(138,83,142); }
div.DivClassName
{
background-color: #8A538E;
}
.BgClassName
{
background-color: #8A538E;
}
</style>
border-color css
<style>
span { border-color: #8A538E; }
span { border-color: rgb(138,83,142); }
td.TdClassName
{
border-color: #8A538E;
}
.TagClassName
{
border-color: #8A538E;
}
</style>