Shades of Trendy Pink #8A5D93
Tints of Trendy Pink #8A5D93
RGB
CMYK
RGB Variations
Color information
#8A5D93 (or 0x8A5D93) is known color: Trendy Pink. HEX triplet: 8A, 5D and 93. RGB value is (138,93,147). Sum of RGB (Red+Green+Blue) = 138+93+147=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A5D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5D93 is #75A26C. Grayscale: #707070. Windows color (decimal): -7709293 or 9657738. OLE color: 9657738.
HSL color Cylindrical-coordinate representation of color #8A5D93: hue angle of 290º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A5D93 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 93 | 147 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.42 |
| HSL | 290º | 0.23% | 0.47% | - |
| HSV(B) | 290º | 0.37% | 0.58% | - |
| XYZ | 19.66 | 15.34 | 29.53 | - |
| YUV | 112.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 93 | 147 | 0.06 | 0.37 | 0 | 0.42 | 290 | 0.23 | 0.47 |
| Hex | 8A | 5D | 93 | 6 | 25 | 0 | 2A | 122 | 16 | 2F |
| Octal | 212 | 135 | 223 | 6 | 45 | 0 | 52 | 442 | 26 | 57 |
| Binary | 10001010 | 1011101 | 10010011 | 110 | 100101 | 0 | 101010 | 100100010 | 10110 | 101111 |
Color Harmonies of #8A5D93
Complementary color
Monochromatic Colors of #8A5D93
Black with #8A5D93
Text Example
Text Example
White with #8A5D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5D93; }
p { color: rgb(138,93,147); }
H1.HeaderClassName
{
color: #8A5D93;
}
.AnyTagClassName
{
color: #8A5D93;
}
</style>
background-color css
<style>
a { background-color: #8A5D93; }
a { background-color: rgb(138,93,147); }
div.DivClassName
{
background-color: #8A5D93;
}
.BgClassName
{
background-color: #8A5D93;
}
</style>
border-color css
<style>
span { border-color: #8A5D93; }
span { border-color: rgb(138,93,147); }
td.TdClassName
{
border-color: #8A5D93;
}
.TagClassName
{
border-color: #8A5D93;
}
</style>