Shades of Trendy Pink #93498C
Tints of Trendy Pink #93498C
RGB
CMYK
RGB Variations
Color information
#93498C (or 0x93498C) is known color: Trendy Pink. HEX triplet: 93, 49 and 8C. RGB value is (147,73,140). Sum of RGB (Red+Green+Blue) = 147+73+140=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #93498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93498C is #6CB673. Grayscale: #666666. Windows color (decimal): -7124596 or 9193875. OLE color: 9193875.
HSL color Cylindrical-coordinate representation of color #93498C: hue angle of 305.68º 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 #93498C is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 73 | 140 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.42 |
| HSL | 305.68º | 0.34% | 0.43% | - |
| HSV(B) | 305.68º | 0.5% | 0.58% | - |
| XYZ | 19.15 | 12.86 | 26.28 | - |
| YUV | 102.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 140 | 0 | 0.50 | 0.05 | 0.42 | 305.68 | 0.34 | 0.43 |
| Hex | 93 | 49 | 8C | 0 | 32 | 5 | 2A | 132 | 22 | 2B |
| Octal | 223 | 111 | 214 | 0 | 62 | 5 | 52 | 462 | 42 | 53 |
| Binary | 10010011 | 1001001 | 10001100 | 0 | 110010 | 101 | 101010 | 100110010 | 100010 | 101011 |
Color Harmonies of #93498C
Complementary color
Monochromatic Colors of #93498C
Black with #93498C
Text Example
Text Example
White with #93498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93498C; }
p { color: rgb(147,73,140); }
H1.HeaderClassName
{
color: #93498C;
}
.AnyTagClassName
{
color: #93498C;
}
</style>
background-color css
<style>
a { background-color: #93498C; }
a { background-color: rgb(147,73,140); }
div.DivClassName
{
background-color: #93498C;
}
.BgClassName
{
background-color: #93498C;
}
</style>
border-color css
<style>
span { border-color: #93498C; }
span { border-color: rgb(147,73,140); }
td.TdClassName
{
border-color: #93498C;
}
.TagClassName
{
border-color: #93498C;
}
</style>