Shades of Trendy Pink #895382
Tints of Trendy Pink #895382
RGB
CMYK
RGB Variations
Color information
#895382 (or 0x895382) is known color: Trendy Pink. HEX triplet: 89, 53 and 82. RGB value is (137,83,130). Sum of RGB (Red+Green+Blue) = 137+83+130=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #895382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895382 is #76AC7D. Grayscale: #686868. Windows color (decimal): -7777406 or 8541065. OLE color: 8541065.
HSL color Cylindrical-coordinate representation of color #895382: hue angle of 307.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895382 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 83 | 130 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.46 |
| HSL | 307.78º | 0.25% | 0.43% | - |
| HSV(B) | 307.78º | 0.39% | 0.54% | - |
| XYZ | 17.44 | 13.12 | 22.73 | - |
| YUV | 104.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 130 | 0 | 0.39 | 0.05 | 0.46 | 307.78 | 0.25 | 0.43 |
| Hex | 89 | 53 | 82 | 0 | 27 | 5 | 2E | 134 | 19 | 2B |
| Octal | 211 | 123 | 202 | 0 | 47 | 5 | 56 | 464 | 31 | 53 |
| Binary | 10001001 | 1010011 | 10000010 | 0 | 100111 | 101 | 101110 | 100110100 | 11001 | 101011 |
Color Harmonies of #895382
Complementary color
Monochromatic Colors of #895382
Black with #895382
Text Example
Text Example
White with #895382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895382; }
p { color: rgb(137,83,130); }
H1.HeaderClassName
{
color: #895382;
}
.AnyTagClassName
{
color: #895382;
}
</style>
background-color css
<style>
a { background-color: #895382; }
a { background-color: rgb(137,83,130); }
div.DivClassName
{
background-color: #895382;
}
.BgClassName
{
background-color: #895382;
}
</style>
border-color css
<style>
span { border-color: #895382; }
span { border-color: rgb(137,83,130); }
td.TdClassName
{
border-color: #895382;
}
.TagClassName
{
border-color: #895382;
}
</style>