Shades of Trendy Pink #95468A
Tints of Trendy Pink #95468A
RGB
CMYK
RGB Variations
Color information
#95468A (or 0x95468A) is known color: Trendy Pink. HEX triplet: 95, 46 and 8A. RGB value is (149,70,138). Sum of RGB (Red+Green+Blue) = 149+70+138=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95468A is #6AB975. Grayscale: #656565. Windows color (decimal): -6994294 or 9062037. OLE color: 9062037.
HSL color Cylindrical-coordinate representation of color #95468A: hue angle of 308.35º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95468A is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 138 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.42 |
| HSL | 308.35º | 0.36% | 0.43% | - |
| HSV(B) | 308.35º | 0.53% | 0.58% | - |
| XYZ | 19.17 | 12.6 | 25.47 | - |
| YUV | 101.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 138 | 0 | 0.53 | 0.07 | 0.42 | 308.35 | 0.36 | 0.43 |
| Hex | 95 | 46 | 8A | 0 | 35 | 7 | 2A | 134 | 24 | 2B |
| Octal | 225 | 106 | 212 | 0 | 65 | 7 | 52 | 464 | 44 | 53 |
| Binary | 10010101 | 1000110 | 10001010 | 0 | 110101 | 111 | 101010 | 100110100 | 100100 | 101011 |
Color Harmonies of #95468A
Complementary color
Monochromatic Colors of #95468A
Black with #95468A
Text Example
Text Example
White with #95468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95468A; }
p { color: rgb(149,70,138); }
H1.HeaderClassName
{
color: #95468A;
}
.AnyTagClassName
{
color: #95468A;
}
</style>
background-color css
<style>
a { background-color: #95468A; }
a { background-color: rgb(149,70,138); }
div.DivClassName
{
background-color: #95468A;
}
.BgClassName
{
background-color: #95468A;
}
</style>
border-color css
<style>
span { border-color: #95468A; }
span { border-color: rgb(149,70,138); }
td.TdClassName
{
border-color: #95468A;
}
.TagClassName
{
border-color: #95468A;
}
</style>