Shades of Trendy Pink #93488A
Tints of Trendy Pink #93488A
RGB
CMYK
RGB Variations
Color information
#93488A (or 0x93488A) is known color: Trendy Pink. HEX triplet: 93, 48 and 8A. RGB value is (147,72,138). Sum of RGB (Red+Green+Blue) = 147+72+138=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93488A is #6CB775. Grayscale: #656565. Windows color (decimal): -7124854 or 9062547. OLE color: 9062547.
HSL color Cylindrical-coordinate representation of color #93488A: hue angle of 307.2º 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 #93488A is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 138 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.42 |
| HSL | 307.2º | 0.34% | 0.43% | - |
| HSV(B) | 307.2º | 0.51% | 0.58% | - |
| XYZ | 18.94 | 12.67 | 25.49 | - |
| YUV | 101.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 138 | 0 | 0.51 | 0.06 | 0.42 | 307.2 | 0.34 | 0.43 |
| Hex | 93 | 48 | 8A | 0 | 33 | 6 | 2A | 133 | 22 | 2B |
| Octal | 223 | 110 | 212 | 0 | 63 | 6 | 52 | 463 | 42 | 53 |
| Binary | 10010011 | 1001000 | 10001010 | 0 | 110011 | 110 | 101010 | 100110011 | 100010 | 101011 |
Color Harmonies of #93488A
Complementary color
Monochromatic Colors of #93488A
Black with #93488A
Text Example
Text Example
White with #93488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93488A; }
p { color: rgb(147,72,138); }
H1.HeaderClassName
{
color: #93488A;
}
.AnyTagClassName
{
color: #93488A;
}
</style>
background-color css
<style>
a { background-color: #93488A; }
a { background-color: rgb(147,72,138); }
div.DivClassName
{
background-color: #93488A;
}
.BgClassName
{
background-color: #93488A;
}
</style>
border-color css
<style>
span { border-color: #93488A; }
span { border-color: rgb(147,72,138); }
td.TdClassName
{
border-color: #93488A;
}
.TagClassName
{
border-color: #93488A;
}
</style>