Shades of Trendy Pink #93588A
Tints of Trendy Pink #93588A
RGB
CMYK
RGB Variations
Color information
#93588A (or 0x93588A) is known color: Trendy Pink. HEX triplet: 93, 58 and 8A. RGB value is (147,88,138). Sum of RGB (Red+Green+Blue) = 147+88+138=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #93588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93588A is #6CA775. Grayscale: #6F6F6F. Windows color (decimal): -7120758 or 9066643. OLE color: 9066643.
HSL color Cylindrical-coordinate representation of color #93588A: hue angle of 309.15º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93588A is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 88 | 138 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.42 |
| HSL | 309.15º | 0.25% | 0.46% | - |
| HSV(B) | 309.15º | 0.4% | 0.58% | - |
| XYZ | 20.11 | 15.02 | 25.88 | - |
| YUV | 111.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 138 | 0 | 0.40 | 0.06 | 0.42 | 309.15 | 0.25 | 0.46 |
| Hex | 93 | 58 | 8A | 0 | 28 | 6 | 2A | 135 | 19 | 2E |
| Octal | 223 | 130 | 212 | 0 | 50 | 6 | 52 | 465 | 31 | 56 |
| Binary | 10010011 | 1011000 | 10001010 | 0 | 101000 | 110 | 101010 | 100110101 | 11001 | 101110 |
Color Harmonies of #93588A
Complementary color
Monochromatic Colors of #93588A
Black with #93588A
Text Example
Text Example
White with #93588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93588A; }
p { color: rgb(147,88,138); }
H1.HeaderClassName
{
color: #93588A;
}
.AnyTagClassName
{
color: #93588A;
}
</style>
background-color css
<style>
a { background-color: #93588A; }
a { background-color: rgb(147,88,138); }
div.DivClassName
{
background-color: #93588A;
}
.BgClassName
{
background-color: #93588A;
}
</style>
border-color css
<style>
span { border-color: #93588A; }
span { border-color: rgb(147,88,138); }
td.TdClassName
{
border-color: #93588A;
}
.TagClassName
{
border-color: #93588A;
}
</style>