Shades of Trendy Pink #994587
Tints of Trendy Pink #994587
RGB
CMYK
RGB Variations
Color information
#994587 (or 0x994587) is known color: Trendy Pink. HEX triplet: 99, 45 and 87. RGB value is (153,69,135). Sum of RGB (Red+Green+Blue) = 153+69+135=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #994587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994587 is #66BA78. Grayscale: #656565. Windows color (decimal): -6732409 or 8865177. OLE color: 8865177.
HSL color Cylindrical-coordinate representation of color #994587: hue angle of 312.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994587 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 135 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.4 |
| HSL | 312.86º | 0.38% | 0.44% | - |
| HSV(B) | 312.86º | 0.55% | 0.6% | - |
| XYZ | 19.64 | 12.78 | 24.35 | - |
| YUV | 101.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 135 | 0 | 0.55 | 0.12 | 0.4 | 312.86 | 0.38 | 0.44 |
| Hex | 99 | 45 | 87 | 0 | 37 | C | 28 | 139 | 26 | 2C |
| Octal | 231 | 105 | 207 | 0 | 67 | 14 | 50 | 471 | 46 | 54 |
| Binary | 10011001 | 1000101 | 10000111 | 0 | 110111 | 1100 | 101000 | 100111001 | 100110 | 101100 |
Color Harmonies of #994587
Complementary color
Monochromatic Colors of #994587
Black with #994587
Text Example
Text Example
White with #994587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994587; }
p { color: rgb(153,69,135); }
H1.HeaderClassName
{
color: #994587;
}
.AnyTagClassName
{
color: #994587;
}
</style>
background-color css
<style>
a { background-color: #994587; }
a { background-color: rgb(153,69,135); }
div.DivClassName
{
background-color: #994587;
}
.BgClassName
{
background-color: #994587;
}
</style>
border-color css
<style>
span { border-color: #994587; }
span { border-color: rgb(153,69,135); }
td.TdClassName
{
border-color: #994587;
}
.TagClassName
{
border-color: #994587;
}
</style>