Shades of Trendy Pink #93498A
Tints of Trendy Pink #93498A
RGB
CMYK
RGB Variations
Color information
#93498A (or 0x93498A) is known color: Trendy Pink. HEX triplet: 93, 49 and 8A. RGB value is (147,73,138). Sum of RGB (Red+Green+Blue) = 147+73+138=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93498A is #6CB675. Grayscale: #666666. Windows color (decimal): -7124598 or 9062803. OLE color: 9062803.
HSL color Cylindrical-coordinate representation of color #93498A: hue angle of 307.3º 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 #93498A is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 73 | 138 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.42 |
| HSL | 307.3º | 0.34% | 0.43% | - |
| HSV(B) | 307.3º | 0.5% | 0.58% | - |
| XYZ | 19 | 12.8 | 25.51 | - |
| YUV | 102.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 138 | 0 | 0.50 | 0.06 | 0.42 | 307.3 | 0.34 | 0.43 |
| Hex | 93 | 49 | 8A | 0 | 32 | 6 | 2A | 133 | 22 | 2B |
| Octal | 223 | 111 | 212 | 0 | 62 | 6 | 52 | 463 | 42 | 53 |
| Binary | 10010011 | 1001001 | 10001010 | 0 | 110010 | 110 | 101010 | 100110011 | 100010 | 101011 |
Color Harmonies of #93498A
Complementary color
Monochromatic Colors of #93498A
Black with #93498A
Text Example
Text Example
White with #93498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93498A; }
p { color: rgb(147,73,138); }
H1.HeaderClassName
{
color: #93498A;
}
.AnyTagClassName
{
color: #93498A;
}
</style>
background-color css
<style>
a { background-color: #93498A; }
a { background-color: rgb(147,73,138); }
div.DivClassName
{
background-color: #93498A;
}
.BgClassName
{
background-color: #93498A;
}
</style>
border-color css
<style>
span { border-color: #93498A; }
span { border-color: rgb(147,73,138); }
td.TdClassName
{
border-color: #93498A;
}
.TagClassName
{
border-color: #93498A;
}
</style>