Shades of Trendy Pink #93488B
Tints of Trendy Pink #93488B
RGB
CMYK
RGB Variations
Color information
#93488B (or 0x93488B) is known color: Trendy Pink. HEX triplet: 93, 48 and 8B. RGB value is (147,72,139). Sum of RGB (Red+Green+Blue) = 147+72+139=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93488B is #6CB774. Grayscale: #656565. Windows color (decimal): -7124853 or 9128083. OLE color: 9128083.
HSL color Cylindrical-coordinate representation of color #93488B: hue angle of 306.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93488B is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 139 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.42 |
| HSL | 306.4º | 0.34% | 0.43% | - |
| HSV(B) | 306.4º | 0.51% | 0.58% | - |
| XYZ | 19.01 | 12.7 | 25.88 | - |
| YUV | 102.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 139 | 0 | 0.51 | 0.05 | 0.42 | 306.4 | 0.34 | 0.43 |
| Hex | 93 | 48 | 8B | 0 | 33 | 5 | 2A | 132 | 22 | 2B |
| Octal | 223 | 110 | 213 | 0 | 63 | 5 | 52 | 462 | 42 | 53 |
| Binary | 10010011 | 1001000 | 10001011 | 0 | 110011 | 101 | 101010 | 100110010 | 100010 | 101011 |
Color Harmonies of #93488B
Complementary color
Monochromatic Colors of #93488B
Black with #93488B
Text Example
Text Example
White with #93488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93488B; }
p { color: rgb(147,72,139); }
H1.HeaderClassName
{
color: #93488B;
}
.AnyTagClassName
{
color: #93488B;
}
</style>
background-color css
<style>
a { background-color: #93488B; }
a { background-color: rgb(147,72,139); }
div.DivClassName
{
background-color: #93488B;
}
.BgClassName
{
background-color: #93488B;
}
</style>
border-color css
<style>
span { border-color: #93488B; }
span { border-color: rgb(147,72,139); }
td.TdClassName
{
border-color: #93488B;
}
.TagClassName
{
border-color: #93488B;
}
</style>