Shades of Trendy Pink #93497F
Tints of Trendy Pink #93497F
RGB
CMYK
RGB Variations
Color information
#93497F (or 0x93497F) is known color: Trendy Pink. HEX triplet: 93, 49 and 7F. RGB value is (147,73,127). Sum of RGB (Red+Green+Blue) = 147+73+127=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #93497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93497F is #6CB680. Grayscale: #656565. Windows color (decimal): -7124609 or 8341907. OLE color: 8341907.
HSL color Cylindrical-coordinate representation of color #93497F: hue angle of 316.22º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93497F is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 73 | 127 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.42 |
| HSL | 316.22º | 0.34% | 0.43% | - |
| HSV(B) | 316.22º | 0.5% | 0.58% | - |
| XYZ | 18.25 | 12.5 | 21.53 | - |
| YUV | 101.28 | 142.52 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 127 | 0 | 0.50 | 0.14 | 0.42 | 316.22 | 0.34 | 0.43 |
| Hex | 93 | 49 | 7F | 0 | 32 | E | 2A | 13C | 22 | 2B |
| Octal | 223 | 111 | 177 | 0 | 62 | 16 | 52 | 474 | 42 | 53 |
| Binary | 10010011 | 1001001 | 1111111 | 0 | 110010 | 1110 | 101010 | 100111100 | 100010 | 101011 |
Color Harmonies of #93497F
Complementary color
Monochromatic Colors of #93497F
Black with #93497F
Text Example
Text Example
White with #93497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93497F; }
p { color: rgb(147,73,127); }
H1.HeaderClassName
{
color: #93497F;
}
.AnyTagClassName
{
color: #93497F;
}
</style>
background-color css
<style>
a { background-color: #93497F; }
a { background-color: rgb(147,73,127); }
div.DivClassName
{
background-color: #93497F;
}
.BgClassName
{
background-color: #93497F;
}
</style>
border-color css
<style>
span { border-color: #93497F; }
span { border-color: rgb(147,73,127); }
td.TdClassName
{
border-color: #93497F;
}
.TagClassName
{
border-color: #93497F;
}
</style>