Shades of Trendy Pink #915A8D
Tints of Trendy Pink #915A8D
RGB
CMYK
RGB Variations
Color information
#915A8D (or 0x915A8D) is known color: Trendy Pink. HEX triplet: 91, 5A and 8D. RGB value is (145,90,141). Sum of RGB (Red+Green+Blue) = 145+90+141=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #915A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915A8D is #6EA572. Grayscale: #707070. Windows color (decimal): -7251315 or 9263761. OLE color: 9263761.
HSL color Cylindrical-coordinate representation of color #915A8D: hue angle of 304.36º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #915A8D is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 141 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.43 |
| HSL | 304.36º | 0.23% | 0.46% | - |
| HSV(B) | 304.36º | 0.38% | 0.57% | - |
| XYZ | 20.14 | 15.26 | 27.08 | - |
| YUV | 112.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 141 | 0 | 0.38 | 0.03 | 0.43 | 304.36 | 0.23 | 0.46 |
| Hex | 91 | 5A | 8D | 0 | 26 | 3 | 2B | 130 | 17 | 2E |
| Octal | 221 | 132 | 215 | 0 | 46 | 3 | 53 | 460 | 27 | 56 |
| Binary | 10010001 | 1011010 | 10001101 | 0 | 100110 | 11 | 101011 | 100110000 | 10111 | 101110 |
Color Harmonies of #915A8D
Complementary color
Monochromatic Colors of #915A8D
Black with #915A8D
Text Example
Text Example
White with #915A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A8D; }
p { color: rgb(145,90,141); }
H1.HeaderClassName
{
color: #915A8D;
}
.AnyTagClassName
{
color: #915A8D;
}
</style>
background-color css
<style>
a { background-color: #915A8D; }
a { background-color: rgb(145,90,141); }
div.DivClassName
{
background-color: #915A8D;
}
.BgClassName
{
background-color: #915A8D;
}
</style>
border-color css
<style>
span { border-color: #915A8D; }
span { border-color: rgb(145,90,141); }
td.TdClassName
{
border-color: #915A8D;
}
.TagClassName
{
border-color: #915A8D;
}
</style>