Shades of Trendy Pink #93468B
Tints of Trendy Pink #93468B
RGB
CMYK
RGB Variations
Color information
#93468B (or 0x93468B) is known color: Trendy Pink. HEX triplet: 93, 46 and 8B. RGB value is (147,70,139). Sum of RGB (Red+Green+Blue) = 147+70+139=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93468B is #6CB974. Grayscale: #646464. Windows color (decimal): -7125365 or 9127571. OLE color: 9127571.
HSL color Cylindrical-coordinate representation of color #93468B: hue angle of 306.23º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93468B is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 70 | 139 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.42 |
| HSL | 306.23º | 0.35% | 0.43% | - |
| HSV(B) | 306.23º | 0.52% | 0.58% | - |
| XYZ | 18.88 | 12.45 | 25.83 | - |
| YUV | 100.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 70 | 139 | 0 | 0.52 | 0.05 | 0.42 | 306.23 | 0.35 | 0.43 |
| Hex | 93 | 46 | 8B | 0 | 34 | 5 | 2A | 132 | 23 | 2B |
| Octal | 223 | 106 | 213 | 0 | 64 | 5 | 52 | 462 | 43 | 53 |
| Binary | 10010011 | 1000110 | 10001011 | 0 | 110100 | 101 | 101010 | 100110010 | 100011 | 101011 |
Color Harmonies of #93468B
Complementary color
Monochromatic Colors of #93468B
Black with #93468B
Text Example
Text Example
White with #93468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93468B; }
p { color: rgb(147,70,139); }
H1.HeaderClassName
{
color: #93468B;
}
.AnyTagClassName
{
color: #93468B;
}
</style>
background-color css
<style>
a { background-color: #93468B; }
a { background-color: rgb(147,70,139); }
div.DivClassName
{
background-color: #93468B;
}
.BgClassName
{
background-color: #93468B;
}
</style>
border-color css
<style>
span { border-color: #93468B; }
span { border-color: rgb(147,70,139); }
td.TdClassName
{
border-color: #93468B;
}
.TagClassName
{
border-color: #93468B;
}
</style>