Shades of Trendy Pink #96488A
Tints of Trendy Pink #96488A
RGB
CMYK
RGB Variations
Color information
#96488A (or 0x96488A) is known color: Trendy Pink. HEX triplet: 96, 48 and 8A. RGB value is (150,72,138). Sum of RGB (Red+Green+Blue) = 150+72+138=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #96488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96488A is #69B775. Grayscale: #666666. Windows color (decimal): -6928246 or 9062550. OLE color: 9062550.
HSL color Cylindrical-coordinate representation of color #96488A: hue angle of 309.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96488A is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 138 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.41 |
| HSL | 309.23º | 0.35% | 0.44% | - |
| HSV(B) | 309.23º | 0.52% | 0.59% | - |
| XYZ | 19.48 | 12.95 | 25.52 | - |
| YUV | 102.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 138 | 0 | 0.52 | 0.08 | 0.41 | 309.23 | 0.35 | 0.44 |
| Hex | 96 | 48 | 8A | 0 | 34 | 8 | 29 | 135 | 23 | 2C |
| Octal | 226 | 110 | 212 | 0 | 64 | 10 | 51 | 465 | 43 | 54 |
| Binary | 10010110 | 1001000 | 10001010 | 0 | 110100 | 1000 | 101001 | 100110101 | 100011 | 101100 |
Color Harmonies of #96488A
Complementary color
Monochromatic Colors of #96488A
Black with #96488A
Text Example
Text Example
White with #96488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96488A; }
p { color: rgb(150,72,138); }
H1.HeaderClassName
{
color: #96488A;
}
.AnyTagClassName
{
color: #96488A;
}
</style>
background-color css
<style>
a { background-color: #96488A; }
a { background-color: rgb(150,72,138); }
div.DivClassName
{
background-color: #96488A;
}
.BgClassName
{
background-color: #96488A;
}
</style>
border-color css
<style>
span { border-color: #96488A; }
span { border-color: rgb(150,72,138); }
td.TdClassName
{
border-color: #96488A;
}
.TagClassName
{
border-color: #96488A;
}
</style>