Shades of Trendy Pink #954384
Tints of Trendy Pink #954384
RGB
CMYK
RGB Variations
Color information
#954384 (or 0x954384) is known color: Trendy Pink. HEX triplet: 95, 43 and 84. RGB value is (149,67,132). Sum of RGB (Red+Green+Blue) = 149+67+132=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #954384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954384 is #6ABC7B. Grayscale: #626262. Windows color (decimal): -6995068 or 8668053. OLE color: 8668053.
HSL color Cylindrical-coordinate representation of color #954384: hue angle of 312.44º 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 #954384 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 132 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.42 |
| HSL | 312.44º | 0.38% | 0.42% | - |
| HSV(B) | 312.44º | 0.55% | 0.58% | - |
| XYZ | 18.57 | 12.07 | 23.18 | - |
| YUV | 98.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 132 | 0 | 0.55 | 0.11 | 0.42 | 312.44 | 0.38 | 0.42 |
| Hex | 95 | 43 | 84 | 0 | 37 | B | 2A | 138 | 26 | 2A |
| Octal | 225 | 103 | 204 | 0 | 67 | 13 | 52 | 470 | 46 | 52 |
| Binary | 10010101 | 1000011 | 10000100 | 0 | 110111 | 1011 | 101010 | 100111000 | 100110 | 101010 |
Color Harmonies of #954384
Complementary color
Monochromatic Colors of #954384
Black with #954384
Text Example
Text Example
White with #954384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954384; }
p { color: rgb(149,67,132); }
H1.HeaderClassName
{
color: #954384;
}
.AnyTagClassName
{
color: #954384;
}
</style>
background-color css
<style>
a { background-color: #954384; }
a { background-color: rgb(149,67,132); }
div.DivClassName
{
background-color: #954384;
}
.BgClassName
{
background-color: #954384;
}
</style>
border-color css
<style>
span { border-color: #954384; }
span { border-color: rgb(149,67,132); }
td.TdClassName
{
border-color: #954384;
}
.TagClassName
{
border-color: #954384;
}
</style>