Shades of Trendy Pink #8A538B
Tints of Trendy Pink #8A538B
RGB
CMYK
RGB Variations
Color information
#8A538B (or 0x8A538B) is known color: Trendy Pink. HEX triplet: 8A, 53 and 8B. RGB value is (138,83,139). Sum of RGB (Red+Green+Blue) = 138+83+139=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A538B is #75AC74. Grayscale: #696969. Windows color (decimal): -7711861 or 9130890. OLE color: 9130890.
HSL color Cylindrical-coordinate representation of color #8A538B: hue angle of 298.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A538B is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 83 | 139 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.45 |
| HSL | 298.93º | 0.25% | 0.44% | - |
| HSV(B) | 298.93º | 0.4% | 0.55% | - |
| XYZ | 18.23 | 13.45 | 26.06 | - |
| YUV | 105.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 139 | 0.01 | 0.40 | 0 | 0.45 | 298.93 | 0.25 | 0.44 |
| Hex | 8A | 53 | 8B | 1 | 28 | 0 | 2D | 12B | 19 | 2C |
| Octal | 212 | 123 | 213 | 1 | 50 | 0 | 55 | 453 | 31 | 54 |
| Binary | 10001010 | 1010011 | 10001011 | 1 | 101000 | 0 | 101101 | 100101011 | 11001 | 101100 |
Color Harmonies of #8A538B
Complementary color
Monochromatic Colors of #8A538B
Black with #8A538B
Text Example
Text Example
White with #8A538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A538B; }
p { color: rgb(138,83,139); }
H1.HeaderClassName
{
color: #8A538B;
}
.AnyTagClassName
{
color: #8A538B;
}
</style>
background-color css
<style>
a { background-color: #8A538B; }
a { background-color: rgb(138,83,139); }
div.DivClassName
{
background-color: #8A538B;
}
.BgClassName
{
background-color: #8A538B;
}
</style>
border-color css
<style>
span { border-color: #8A538B; }
span { border-color: rgb(138,83,139); }
td.TdClassName
{
border-color: #8A538B;
}
.TagClassName
{
border-color: #8A538B;
}
</style>