Shades of Trendy Pink #915D8B
Tints of Trendy Pink #915D8B
RGB
CMYK
RGB Variations
Color information
#915D8B (or 0x915D8B) is known color: Trendy Pink. HEX triplet: 91, 5D and 8B. RGB value is (145,93,139). Sum of RGB (Red+Green+Blue) = 145+93+139=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #915D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915D8B is #6EA274. Grayscale: #717171. Windows color (decimal): -7250549 or 9133457. OLE color: 9133457.
HSL color Cylindrical-coordinate representation of color #915D8B: hue angle of 306.92º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #915D8B is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 139 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.43 |
| HSL | 306.92º | 0.22% | 0.47% | - |
| HSV(B) | 306.92º | 0.36% | 0.57% | - |
| XYZ | 20.25 | 15.71 | 26.39 | - |
| YUV | 113.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 139 | 0 | 0.36 | 0.04 | 0.43 | 306.92 | 0.22 | 0.47 |
| Hex | 91 | 5D | 8B | 0 | 24 | 4 | 2B | 133 | 16 | 2F |
| Octal | 221 | 135 | 213 | 0 | 44 | 4 | 53 | 463 | 26 | 57 |
| Binary | 10010001 | 1011101 | 10001011 | 0 | 100100 | 100 | 101011 | 100110011 | 10110 | 101111 |
Color Harmonies of #915D8B
Complementary color
Monochromatic Colors of #915D8B
Black with #915D8B
Text Example
Text Example
White with #915D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D8B; }
p { color: rgb(145,93,139); }
H1.HeaderClassName
{
color: #915D8B;
}
.AnyTagClassName
{
color: #915D8B;
}
</style>
background-color css
<style>
a { background-color: #915D8B; }
a { background-color: rgb(145,93,139); }
div.DivClassName
{
background-color: #915D8B;
}
.BgClassName
{
background-color: #915D8B;
}
</style>
border-color css
<style>
span { border-color: #915D8B; }
span { border-color: rgb(145,93,139); }
td.TdClassName
{
border-color: #915D8B;
}
.TagClassName
{
border-color: #915D8B;
}
</style>