Shades of Trendy Pink #93568A
Tints of Trendy Pink #93568A
RGB
CMYK
RGB Variations
Color information
#93568A (or 0x93568A) is known color: Trendy Pink. HEX triplet: 93, 56 and 8A. RGB value is (147,86,138). Sum of RGB (Red+Green+Blue) = 147+86+138=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #93568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93568A is #6CA975. Grayscale: #6E6E6E. Windows color (decimal): -7121270 or 9066131. OLE color: 9066131.
HSL color Cylindrical-coordinate representation of color #93568A: hue angle of 308.85º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93568A is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 138 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.42 |
| HSL | 308.85º | 0.26% | 0.46% | - |
| HSV(B) | 308.85º | 0.41% | 0.58% | - |
| XYZ | 19.95 | 14.69 | 25.83 | - |
| YUV | 110.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 138 | 0 | 0.41 | 0.06 | 0.42 | 308.85 | 0.26 | 0.46 |
| Hex | 93 | 56 | 8A | 0 | 29 | 6 | 2A | 135 | 1A | 2E |
| Octal | 223 | 126 | 212 | 0 | 51 | 6 | 52 | 465 | 32 | 56 |
| Binary | 10010011 | 1010110 | 10001010 | 0 | 101001 | 110 | 101010 | 100110101 | 11010 | 101110 |
Color Harmonies of #93568A
Complementary color
Monochromatic Colors of #93568A
Black with #93568A
Text Example
Text Example
White with #93568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93568A; }
p { color: rgb(147,86,138); }
H1.HeaderClassName
{
color: #93568A;
}
.AnyTagClassName
{
color: #93568A;
}
</style>
background-color css
<style>
a { background-color: #93568A; }
a { background-color: rgb(147,86,138); }
div.DivClassName
{
background-color: #93568A;
}
.BgClassName
{
background-color: #93568A;
}
</style>
border-color css
<style>
span { border-color: #93568A; }
span { border-color: rgb(147,86,138); }
td.TdClassName
{
border-color: #93568A;
}
.TagClassName
{
border-color: #93568A;
}
</style>