Shades of Trendy Pink #93588B
Tints of Trendy Pink #93588B
RGB
CMYK
RGB Variations
Color information
#93588B (or 0x93588B) is known color: Trendy Pink. HEX triplet: 93, 58 and 8B. RGB value is (147,88,139). Sum of RGB (Red+Green+Blue) = 147+88+139=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #93588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93588B is #6CA774. Grayscale: #6F6F6F. Windows color (decimal): -7120757 or 9132179. OLE color: 9132179.
HSL color Cylindrical-coordinate representation of color #93588B: hue angle of 308.14º 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 #93588B is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 88 | 139 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.42 |
| HSL | 308.14º | 0.25% | 0.46% | - |
| HSV(B) | 308.14º | 0.4% | 0.58% | - |
| XYZ | 20.18 | 15.05 | 26.27 | - |
| YUV | 111.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 139 | 0 | 0.40 | 0.05 | 0.42 | 308.14 | 0.25 | 0.46 |
| Hex | 93 | 58 | 8B | 0 | 28 | 5 | 2A | 134 | 19 | 2E |
| Octal | 223 | 130 | 213 | 0 | 50 | 5 | 52 | 464 | 31 | 56 |
| Binary | 10010011 | 1011000 | 10001011 | 0 | 101000 | 101 | 101010 | 100110100 | 11001 | 101110 |
Color Harmonies of #93588B
Complementary color
Monochromatic Colors of #93588B
Black with #93588B
Text Example
Text Example
White with #93588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93588B; }
p { color: rgb(147,88,139); }
H1.HeaderClassName
{
color: #93588B;
}
.AnyTagClassName
{
color: #93588B;
}
</style>
background-color css
<style>
a { background-color: #93588B; }
a { background-color: rgb(147,88,139); }
div.DivClassName
{
background-color: #93588B;
}
.BgClassName
{
background-color: #93588B;
}
</style>
border-color css
<style>
span { border-color: #93588B; }
span { border-color: rgb(147,88,139); }
td.TdClassName
{
border-color: #93588B;
}
.TagClassName
{
border-color: #93588B;
}
</style>