Shades of Trendy Pink #93447F
Tints of Trendy Pink #93447F
RGB
CMYK
RGB Variations
Color information
#93447F (or 0x93447F) is known color: Trendy Pink. HEX triplet: 93, 44 and 7F. RGB value is (147,68,127). Sum of RGB (Red+Green+Blue) = 147+68+127=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #93447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93447F is #6CBB80. Grayscale: #626262. Windows color (decimal): -7125889 or 8340627. OLE color: 8340627.
HSL color Cylindrical-coordinate representation of color #93447F: hue angle of 315.19º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93447F is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 68 | 127 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.42 |
| HSL | 315.19º | 0.37% | 0.42% | - |
| HSV(B) | 315.19º | 0.54% | 0.58% | - |
| XYZ | 17.93 | 11.87 | 21.42 | - |
| YUV | 98.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 127 | 0 | 0.54 | 0.14 | 0.42 | 315.19 | 0.37 | 0.42 |
| Hex | 93 | 44 | 7F | 0 | 36 | E | 2A | 13B | 25 | 2A |
| Octal | 223 | 104 | 177 | 0 | 66 | 16 | 52 | 473 | 45 | 52 |
| Binary | 10010011 | 1000100 | 1111111 | 0 | 110110 | 1110 | 101010 | 100111011 | 100101 | 101010 |
Color Harmonies of #93447F
Complementary color
Monochromatic Colors of #93447F
Black with #93447F
Text Example
Text Example
White with #93447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93447F; }
p { color: rgb(147,68,127); }
H1.HeaderClassName
{
color: #93447F;
}
.AnyTagClassName
{
color: #93447F;
}
</style>
background-color css
<style>
a { background-color: #93447F; }
a { background-color: rgb(147,68,127); }
div.DivClassName
{
background-color: #93447F;
}
.BgClassName
{
background-color: #93447F;
}
</style>
border-color css
<style>
span { border-color: #93447F; }
span { border-color: rgb(147,68,127); }
td.TdClassName
{
border-color: #93447F;
}
.TagClassName
{
border-color: #93447F;
}
</style>