Shades of Trendy Pink #93508B
Tints of Trendy Pink #93508B
RGB
CMYK
RGB Variations
Color information
#93508B (or 0x93508B) is known color: Trendy Pink. HEX triplet: 93, 50 and 8B. RGB value is (147,80,139). Sum of RGB (Red+Green+Blue) = 147+80+139=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #93508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93508B is #6CAF74. Grayscale: #6A6A6A. Windows color (decimal): -7122805 or 9130131. OLE color: 9130131.
HSL color Cylindrical-coordinate representation of color #93508B: hue angle of 307.16º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93508B is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 139 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.42 |
| HSL | 307.16º | 0.3% | 0.45% | - |
| HSV(B) | 307.16º | 0.46% | 0.58% | - |
| XYZ | 19.56 | 13.8 | 26.06 | - |
| YUV | 106.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 139 | 0 | 0.46 | 0.05 | 0.42 | 307.16 | 0.3 | 0.45 |
| Hex | 93 | 50 | 8B | 0 | 2E | 5 | 2A | 133 | 1E | 2D |
| Octal | 223 | 120 | 213 | 0 | 56 | 5 | 52 | 463 | 36 | 55 |
| Binary | 10010011 | 1010000 | 10001011 | 0 | 101110 | 101 | 101010 | 100110011 | 11110 | 101101 |
Color Harmonies of #93508B
Complementary color
Monochromatic Colors of #93508B
Black with #93508B
Text Example
Text Example
White with #93508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93508B; }
p { color: rgb(147,80,139); }
H1.HeaderClassName
{
color: #93508B;
}
.AnyTagClassName
{
color: #93508B;
}
</style>
background-color css
<style>
a { background-color: #93508B; }
a { background-color: rgb(147,80,139); }
div.DivClassName
{
background-color: #93508B;
}
.BgClassName
{
background-color: #93508B;
}
</style>
border-color css
<style>
span { border-color: #93508B; }
span { border-color: rgb(147,80,139); }
td.TdClassName
{
border-color: #93508B;
}
.TagClassName
{
border-color: #93508B;
}
</style>