Shades of Trendy Pink #805A88
Tints of Trendy Pink #805A88
RGB
CMYK
RGB Variations
Color information
#805A88 (or 0x805A88) is known color: Trendy Pink. HEX triplet: 80, 5A and 88. RGB value is (128,90,136). Sum of RGB (Red+Green+Blue) = 128+90+136=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 136 - color contains mainly: blue. Hex color #805A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805A88 is #7FA577. Grayscale: #6A6A6A. Windows color (decimal): -8365432 or 8936064. OLE color: 8936064.
HSL color Cylindrical-coordinate representation of color #805A88: hue angle of 289.57º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805A88 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 90 | 136 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.47 |
| HSL | 289.57º | 0.2% | 0.44% | - |
| HSV(B) | 289.57º | 0.34% | 0.53% | - |
| XYZ | 17 | 13.68 | 25.04 | - |
| YUV | 106.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 136 | 0.06 | 0.34 | 0 | 0.47 | 289.57 | 0.2 | 0.44 |
| Hex | 80 | 5A | 88 | 6 | 22 | 0 | 2F | 122 | 14 | 2C |
| Octal | 200 | 132 | 210 | 6 | 42 | 0 | 57 | 442 | 24 | 54 |
| Binary | 10000000 | 1011010 | 10001000 | 110 | 100010 | 0 | 101111 | 100100010 | 10100 | 101100 |
Color Harmonies of #805A88
Complementary color
Monochromatic Colors of #805A88
Black with #805A88
Text Example
Text Example
White with #805A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805A88; }
p { color: rgb(128,90,136); }
H1.HeaderClassName
{
color: #805A88;
}
.AnyTagClassName
{
color: #805A88;
}
</style>
background-color css
<style>
a { background-color: #805A88; }
a { background-color: rgb(128,90,136); }
div.DivClassName
{
background-color: #805A88;
}
.BgClassName
{
background-color: #805A88;
}
</style>
border-color css
<style>
span { border-color: #805A88; }
span { border-color: rgb(128,90,136); }
td.TdClassName
{
border-color: #805A88;
}
.TagClassName
{
border-color: #805A88;
}
</style>