Shades of Trendy Pink #805388
Tints of Trendy Pink #805388
RGB
CMYK
RGB Variations
Color information
#805388 (or 0x805388) is known color: Trendy Pink. HEX triplet: 80, 53 and 88. RGB value is (128,83,136). Sum of RGB (Red+Green+Blue) = 128+83+136=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #805388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805388 is #7FAC77. Grayscale: #666666. Windows color (decimal): -8367224 or 8934272. OLE color: 8934272.
HSL color Cylindrical-coordinate representation of color #805388: hue angle of 290.94º 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 #805388 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 83 | 136 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.47 |
| HSL | 290.94º | 0.24% | 0.43% | - |
| HSV(B) | 290.94º | 0.39% | 0.53% | - |
| XYZ | 16.44 | 12.55 | 24.85 | - |
| YUV | 102.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 136 | 0.06 | 0.39 | 0 | 0.47 | 290.94 | 0.24 | 0.43 |
| Hex | 80 | 53 | 88 | 6 | 27 | 0 | 2F | 123 | 18 | 2B |
| Octal | 200 | 123 | 210 | 6 | 47 | 0 | 57 | 443 | 30 | 53 |
| Binary | 10000000 | 1010011 | 10001000 | 110 | 100111 | 0 | 101111 | 100100011 | 11000 | 101011 |
Color Harmonies of #805388
Complementary color
Monochromatic Colors of #805388
Black with #805388
Text Example
Text Example
White with #805388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805388; }
p { color: rgb(128,83,136); }
H1.HeaderClassName
{
color: #805388;
}
.AnyTagClassName
{
color: #805388;
}
</style>
background-color css
<style>
a { background-color: #805388; }
a { background-color: rgb(128,83,136); }
div.DivClassName
{
background-color: #805388;
}
.BgClassName
{
background-color: #805388;
}
</style>
border-color css
<style>
span { border-color: #805388; }
span { border-color: rgb(128,83,136); }
td.TdClassName
{
border-color: #805388;
}
.TagClassName
{
border-color: #805388;
}
</style>