Shades of Trendy Pink #974483
Tints of Trendy Pink #974483
RGB
CMYK
RGB Variations
Color information
#974483 (or 0x974483) is known color: Trendy Pink. HEX triplet: 97, 44 and 83. RGB value is (151,68,131). Sum of RGB (Red+Green+Blue) = 151+68+131=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #974483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974483 is #68BB7C. Grayscale: #636363. Windows color (decimal): -6863741 or 8602775. OLE color: 8602775.
HSL color Cylindrical-coordinate representation of color #974483: hue angle of 314.46º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974483 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 68 | 131 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.41 |
| HSL | 314.46º | 0.38% | 0.43% | - |
| HSV(B) | 314.46º | 0.55% | 0.59% | - |
| XYZ | 18.93 | 12.35 | 22.86 | - |
| YUV | 100 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 68 | 131 | 0 | 0.55 | 0.13 | 0.41 | 314.46 | 0.38 | 0.43 |
| Hex | 97 | 44 | 83 | 0 | 37 | D | 29 | 13A | 26 | 2B |
| Octal | 227 | 104 | 203 | 0 | 67 | 15 | 51 | 472 | 46 | 53 |
| Binary | 10010111 | 1000100 | 10000011 | 0 | 110111 | 1101 | 101001 | 100111010 | 100110 | 101011 |
Color Harmonies of #974483
Complementary color
Monochromatic Colors of #974483
Black with #974483
Text Example
Text Example
White with #974483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974483; }
p { color: rgb(151,68,131); }
H1.HeaderClassName
{
color: #974483;
}
.AnyTagClassName
{
color: #974483;
}
</style>
background-color css
<style>
a { background-color: #974483; }
a { background-color: rgb(151,68,131); }
div.DivClassName
{
background-color: #974483;
}
.BgClassName
{
background-color: #974483;
}
</style>
border-color css
<style>
span { border-color: #974483; }
span { border-color: rgb(151,68,131); }
td.TdClassName
{
border-color: #974483;
}
.TagClassName
{
border-color: #974483;
}
</style>