Shades of Trendy Pink #93598A
Tints of Trendy Pink #93598A
RGB
CMYK
RGB Variations
Color information
#93598A (or 0x93598A) is known color: Trendy Pink. HEX triplet: 93, 59 and 8A. RGB value is (147,89,138). Sum of RGB (Red+Green+Blue) = 147+89+138=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #93598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93598A is #6CA675. Grayscale: #6F6F6F. Windows color (decimal): -7120502 or 9066899. OLE color: 9066899.
HSL color Cylindrical-coordinate representation of color #93598A: hue angle of 309.31º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93598A is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 138 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.42 |
| HSL | 309.31º | 0.25% | 0.46% | - |
| HSV(B) | 309.31º | 0.39% | 0.58% | - |
| XYZ | 20.19 | 15.18 | 25.91 | - |
| YUV | 111.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 138 | 0 | 0.39 | 0.06 | 0.42 | 309.31 | 0.25 | 0.46 |
| Hex | 93 | 59 | 8A | 0 | 27 | 6 | 2A | 135 | 19 | 2E |
| Octal | 223 | 131 | 212 | 0 | 47 | 6 | 52 | 465 | 31 | 56 |
| Binary | 10010011 | 1011001 | 10001010 | 0 | 100111 | 110 | 101010 | 100110101 | 11001 | 101110 |
Color Harmonies of #93598A
Complementary color
Monochromatic Colors of #93598A
Black with #93598A
Text Example
Text Example
White with #93598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93598A; }
p { color: rgb(147,89,138); }
H1.HeaderClassName
{
color: #93598A;
}
.AnyTagClassName
{
color: #93598A;
}
</style>
background-color css
<style>
a { background-color: #93598A; }
a { background-color: rgb(147,89,138); }
div.DivClassName
{
background-color: #93598A;
}
.BgClassName
{
background-color: #93598A;
}
</style>
border-color css
<style>
span { border-color: #93598A; }
span { border-color: rgb(147,89,138); }
td.TdClassName
{
border-color: #93598A;
}
.TagClassName
{
border-color: #93598A;
}
</style>