Shades of Trendy Pink #805A85
Tints of Trendy Pink #805A85
RGB
CMYK
RGB Variations
Color information
#805A85 (or 0x805A85) is known color: Trendy Pink. HEX triplet: 80, 5A and 85. RGB value is (128,90,133). Sum of RGB (Red+Green+Blue) = 128+90+133=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #805A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805A85 is #7FA57A. Grayscale: #6A6A6A. Windows color (decimal): -8365435 or 8739456. OLE color: 8739456.
HSL color Cylindrical-coordinate representation of color #805A85: hue angle of 293.02º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #805A85 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 90 | 133 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.48 |
| HSL | 293.02º | 0.19% | 0.44% | - |
| HSV(B) | 293.02º | 0.32% | 0.52% | - |
| XYZ | 16.79 | 13.59 | 23.93 | - |
| YUV | 106.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 133 | 0.04 | 0.32 | 0 | 0.48 | 293.02 | 0.19 | 0.44 |
| Hex | 80 | 5A | 85 | 4 | 20 | 0 | 30 | 125 | 13 | 2C |
| Octal | 200 | 132 | 205 | 4 | 40 | 0 | 60 | 445 | 23 | 54 |
| Binary | 10000000 | 1011010 | 10000101 | 100 | 100000 | 0 | 110000 | 100100101 | 10011 | 101100 |
Color Harmonies of #805A85
Complementary color
Monochromatic Colors of #805A85
Black with #805A85
Text Example
Text Example
White with #805A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805A85; }
p { color: rgb(128,90,133); }
H1.HeaderClassName
{
color: #805A85;
}
.AnyTagClassName
{
color: #805A85;
}
</style>
background-color css
<style>
a { background-color: #805A85; }
a { background-color: rgb(128,90,133); }
div.DivClassName
{
background-color: #805A85;
}
.BgClassName
{
background-color: #805A85;
}
</style>
border-color css
<style>
span { border-color: #805A85; }
span { border-color: rgb(128,90,133); }
td.TdClassName
{
border-color: #805A85;
}
.TagClassName
{
border-color: #805A85;
}
</style>