Shades of Trendy Pink #93457E
Tints of Trendy Pink #93457E
RGB
CMYK
RGB Variations
Color information
#93457E (or 0x93457E) is known color: Trendy Pink. HEX triplet: 93, 45 and 7E. RGB value is (147,69,126). Sum of RGB (Red+Green+Blue) = 147+69+126=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #93457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93457E is #6CBA81. Grayscale: #626262. Windows color (decimal): -7125634 or 8275347. OLE color: 8275347.
HSL color Cylindrical-coordinate representation of color #93457E: hue angle of 316.15º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #93457E is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 69 | 126 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.42 |
| HSL | 316.15º | 0.36% | 0.42% | - |
| HSV(B) | 316.15º | 0.53% | 0.58% | - |
| XYZ | 17.93 | 11.97 | 21.1 | - |
| YUV | 98.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 69 | 126 | 0 | 0.53 | 0.14 | 0.42 | 316.15 | 0.36 | 0.42 |
| Hex | 93 | 45 | 7E | 0 | 35 | E | 2A | 13C | 24 | 2A |
| Octal | 223 | 105 | 176 | 0 | 65 | 16 | 52 | 474 | 44 | 52 |
| Binary | 10010011 | 1000101 | 1111110 | 0 | 110101 | 1110 | 101010 | 100111100 | 100100 | 101010 |
Color Harmonies of #93457E
Complementary color
Monochromatic Colors of #93457E
Black with #93457E
Text Example
Text Example
White with #93457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93457E; }
p { color: rgb(147,69,126); }
H1.HeaderClassName
{
color: #93457E;
}
.AnyTagClassName
{
color: #93457E;
}
</style>
background-color css
<style>
a { background-color: #93457E; }
a { background-color: rgb(147,69,126); }
div.DivClassName
{
background-color: #93457E;
}
.BgClassName
{
background-color: #93457E;
}
</style>
border-color css
<style>
span { border-color: #93457E; }
span { border-color: rgb(147,69,126); }
td.TdClassName
{
border-color: #93457E;
}
.TagClassName
{
border-color: #93457E;
}
</style>