Shades of Trendy Pink #95498A
Tints of Trendy Pink #95498A
RGB
CMYK
RGB Variations
Color information
#95498A (or 0x95498A) is known color: Trendy Pink. HEX triplet: 95, 49 and 8A. RGB value is (149,73,138). Sum of RGB (Red+Green+Blue) = 149+73+138=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95498A is #6AB675. Grayscale: #666666. Windows color (decimal): -6993526 or 9062805. OLE color: 9062805.
HSL color Cylindrical-coordinate representation of color #95498A: hue angle of 308.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95498A is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 138 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.42 |
| HSL | 308.68º | 0.34% | 0.44% | - |
| HSV(B) | 308.68º | 0.51% | 0.58% | - |
| XYZ | 19.36 | 12.99 | 25.53 | - |
| YUV | 103.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 138 | 0 | 0.51 | 0.07 | 0.42 | 308.68 | 0.34 | 0.44 |
| Hex | 95 | 49 | 8A | 0 | 33 | 7 | 2A | 135 | 22 | 2C |
| Octal | 225 | 111 | 212 | 0 | 63 | 7 | 52 | 465 | 42 | 54 |
| Binary | 10010101 | 1001001 | 10001010 | 0 | 110011 | 111 | 101010 | 100110101 | 100010 | 101100 |
Color Harmonies of #95498A
Complementary color
Monochromatic Colors of #95498A
Black with #95498A
Text Example
Text Example
White with #95498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95498A; }
p { color: rgb(149,73,138); }
H1.HeaderClassName
{
color: #95498A;
}
.AnyTagClassName
{
color: #95498A;
}
</style>
background-color css
<style>
a { background-color: #95498A; }
a { background-color: rgb(149,73,138); }
div.DivClassName
{
background-color: #95498A;
}
.BgClassName
{
background-color: #95498A;
}
</style>
border-color css
<style>
span { border-color: #95498A; }
span { border-color: rgb(149,73,138); }
td.TdClassName
{
border-color: #95498A;
}
.TagClassName
{
border-color: #95498A;
}
</style>