Shades of Trendy Pink #805387
Tints of Trendy Pink #805387
RGB
CMYK
RGB Variations
Color information
#805387 (or 0x805387) is known color: Trendy Pink. HEX triplet: 80, 53 and 87. RGB value is (128,83,135). Sum of RGB (Red+Green+Blue) = 128+83+135=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #805387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805387 is #7FAC78. Grayscale: #666666. Windows color (decimal): -8367225 or 8868736. OLE color: 8868736.
HSL color Cylindrical-coordinate representation of color #805387: hue angle of 291.92º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #805387 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 83 | 135 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.47 |
| HSL | 291.92º | 0.24% | 0.43% | - |
| HSV(B) | 291.92º | 0.39% | 0.53% | - |
| XYZ | 16.37 | 12.52 | 24.48 | - |
| YUV | 102.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 135 | 0.05 | 0.39 | 0 | 0.47 | 291.92 | 0.24 | 0.43 |
| Hex | 80 | 53 | 87 | 5 | 27 | 0 | 2F | 124 | 18 | 2B |
| Octal | 200 | 123 | 207 | 5 | 47 | 0 | 57 | 444 | 30 | 53 |
| Binary | 10000000 | 1010011 | 10000111 | 101 | 100111 | 0 | 101111 | 100100100 | 11000 | 101011 |
Color Harmonies of #805387
Complementary color
Monochromatic Colors of #805387
Black with #805387
Text Example
Text Example
White with #805387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805387; }
p { color: rgb(128,83,135); }
H1.HeaderClassName
{
color: #805387;
}
.AnyTagClassName
{
color: #805387;
}
</style>
background-color css
<style>
a { background-color: #805387; }
a { background-color: rgb(128,83,135); }
div.DivClassName
{
background-color: #805387;
}
.BgClassName
{
background-color: #805387;
}
</style>
border-color css
<style>
span { border-color: #805387; }
span { border-color: rgb(128,83,135); }
td.TdClassName
{
border-color: #805387;
}
.TagClassName
{
border-color: #805387;
}
</style>