Shades of Trendy Pink #954388
Tints of Trendy Pink #954388
RGB
CMYK
RGB Variations
Color information
#954388 (or 0x954388) is known color: Trendy Pink. HEX triplet: 95, 43 and 88. RGB value is (149,67,136). Sum of RGB (Red+Green+Blue) = 149+67+136=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #954388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954388 is #6ABC77. Grayscale: #636363. Windows color (decimal): -6995064 or 8930197. OLE color: 8930197.
HSL color Cylindrical-coordinate representation of color #954388: hue angle of 309.51º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954388 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 136 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.42 |
| HSL | 309.51º | 0.38% | 0.42% | - |
| HSV(B) | 309.51º | 0.55% | 0.58% | - |
| XYZ | 18.85 | 12.18 | 24.65 | - |
| YUV | 99.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 136 | 0 | 0.55 | 0.09 | 0.42 | 309.51 | 0.38 | 0.42 |
| Hex | 95 | 43 | 88 | 0 | 37 | 9 | 2A | 136 | 26 | 2A |
| Octal | 225 | 103 | 210 | 0 | 67 | 11 | 52 | 466 | 46 | 52 |
| Binary | 10010101 | 1000011 | 10001000 | 0 | 110111 | 1001 | 101010 | 100110110 | 100110 | 101010 |
Color Harmonies of #954388
Complementary color
Monochromatic Colors of #954388
Black with #954388
Text Example
Text Example
White with #954388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954388; }
p { color: rgb(149,67,136); }
H1.HeaderClassName
{
color: #954388;
}
.AnyTagClassName
{
color: #954388;
}
</style>
background-color css
<style>
a { background-color: #954388; }
a { background-color: rgb(149,67,136); }
div.DivClassName
{
background-color: #954388;
}
.BgClassName
{
background-color: #954388;
}
</style>
border-color css
<style>
span { border-color: #954388; }
span { border-color: rgb(149,67,136); }
td.TdClassName
{
border-color: #954388;
}
.TagClassName
{
border-color: #954388;
}
</style>