Shades of Trendy Pink #8A537B
Tints of Trendy Pink #8A537B
RGB
CMYK
RGB Variations
Color information
#8A537B (or 0x8A537B) is known color: Trendy Pink. HEX triplet: 8A, 53 and 7B. RGB value is (138,83,123). Sum of RGB (Red+Green+Blue) = 138+83+123=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A537B is #75AC84. Grayscale: #676767. Windows color (decimal): -7711877 or 8082314. OLE color: 8082314.
HSL color Cylindrical-coordinate representation of color #8A537B: hue angle of 316.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A537B is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 83 | 123 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.46 |
| HSL | 316.36º | 0.25% | 0.43% | - |
| HSV(B) | 316.36º | 0.4% | 0.54% | - |
| XYZ | 17.15 | 13.02 | 20.35 | - |
| YUV | 104.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 123 | 0 | 0.40 | 0.11 | 0.46 | 316.36 | 0.25 | 0.43 |
| Hex | 8A | 53 | 7B | 0 | 28 | B | 2E | 13C | 19 | 2B |
| Octal | 212 | 123 | 173 | 0 | 50 | 13 | 56 | 474 | 31 | 53 |
| Binary | 10001010 | 1010011 | 1111011 | 0 | 101000 | 1011 | 101110 | 100111100 | 11001 | 101011 |
Color Harmonies of #8A537B
Complementary color
Monochromatic Colors of #8A537B
Black with #8A537B
Text Example
Text Example
White with #8A537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A537B; }
p { color: rgb(138,83,123); }
H1.HeaderClassName
{
color: #8A537B;
}
.AnyTagClassName
{
color: #8A537B;
}
</style>
background-color css
<style>
a { background-color: #8A537B; }
a { background-color: rgb(138,83,123); }
div.DivClassName
{
background-color: #8A537B;
}
.BgClassName
{
background-color: #8A537B;
}
</style>
border-color css
<style>
span { border-color: #8A537B; }
span { border-color: rgb(138,83,123); }
td.TdClassName
{
border-color: #8A537B;
}
.TagClassName
{
border-color: #8A537B;
}
</style>