Shades of Trendy Pink #93548A
Tints of Trendy Pink #93548A
RGB
CMYK
RGB Variations
Color information
#93548A (or 0x93548A) is known color: Trendy Pink. HEX triplet: 93, 54 and 8A. RGB value is (147,84,138). Sum of RGB (Red+Green+Blue) = 147+84+138=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #93548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93548A is #6CAB75. Grayscale: #6C6C6C. Windows color (decimal): -7121782 or 9065619. OLE color: 9065619.
HSL color Cylindrical-coordinate representation of color #93548A: hue angle of 308.57º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93548A is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 84 | 138 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.42 |
| HSL | 308.57º | 0.27% | 0.45% | - |
| HSV(B) | 308.57º | 0.43% | 0.58% | - |
| XYZ | 19.79 | 14.38 | 25.78 | - |
| YUV | 108.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 138 | 0 | 0.43 | 0.06 | 0.42 | 308.57 | 0.27 | 0.45 |
| Hex | 93 | 54 | 8A | 0 | 2B | 6 | 2A | 135 | 1B | 2D |
| Octal | 223 | 124 | 212 | 0 | 53 | 6 | 52 | 465 | 33 | 55 |
| Binary | 10010011 | 1010100 | 10001010 | 0 | 101011 | 110 | 101010 | 100110101 | 11011 | 101101 |
Color Harmonies of #93548A
Complementary color
Monochromatic Colors of #93548A
Black with #93548A
Text Example
Text Example
White with #93548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93548A; }
p { color: rgb(147,84,138); }
H1.HeaderClassName
{
color: #93548A;
}
.AnyTagClassName
{
color: #93548A;
}
</style>
background-color css
<style>
a { background-color: #93548A; }
a { background-color: rgb(147,84,138); }
div.DivClassName
{
background-color: #93548A;
}
.BgClassName
{
background-color: #93548A;
}
</style>
border-color css
<style>
span { border-color: #93548A; }
span { border-color: rgb(147,84,138); }
td.TdClassName
{
border-color: #93548A;
}
.TagClassName
{
border-color: #93548A;
}
</style>