Shades of Trendy Pink #805F84
Tints of Trendy Pink #805F84
RGB
CMYK
RGB Variations
Color information
#805F84 (or 0x805F84) is known color: Trendy Pink. HEX triplet: 80, 5F and 84. RGB value is (128,95,132). Sum of RGB (Red+Green+Blue) = 128+95+132=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #805F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805F84 is #7FA07B. Grayscale: #6C6C6C. Windows color (decimal): -8364156 or 8675200. OLE color: 8675200.
HSL color Cylindrical-coordinate representation of color #805F84: hue angle of 293.51º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #805F84 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 95 | 132 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.48 |
| HSL | 293.51º | 0.16% | 0.45% | - |
| HSV(B) | 293.51º | 0.28% | 0.52% | - |
| XYZ | 17.16 | 14.44 | 23.71 | - |
| YUV | 109.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 132 | 0.03 | 0.28 | 0 | 0.48 | 293.51 | 0.16 | 0.45 |
| Hex | 80 | 5F | 84 | 3 | 1C | 0 | 30 | 126 | 10 | 2D |
| Octal | 200 | 137 | 204 | 3 | 34 | 0 | 60 | 446 | 20 | 55 |
| Binary | 10000000 | 1011111 | 10000100 | 11 | 11100 | 0 | 110000 | 100100110 | 10000 | 101101 |
Color Harmonies of #805F84
Complementary color
Monochromatic Colors of #805F84
Black with #805F84
Text Example
Text Example
White with #805F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F84; }
p { color: rgb(128,95,132); }
H1.HeaderClassName
{
color: #805F84;
}
.AnyTagClassName
{
color: #805F84;
}
</style>
background-color css
<style>
a { background-color: #805F84; }
a { background-color: rgb(128,95,132); }
div.DivClassName
{
background-color: #805F84;
}
.BgClassName
{
background-color: #805F84;
}
</style>
border-color css
<style>
span { border-color: #805F84; }
span { border-color: rgb(128,95,132); }
td.TdClassName
{
border-color: #805F84;
}
.TagClassName
{
border-color: #805F84;
}
</style>