Shades of Trendy Pink #805E7B
Tints of Trendy Pink #805E7B
RGB
CMYK
RGB Variations
Color information
#805E7B (or 0x805E7B) is known color: Trendy Pink. HEX triplet: 80, 5E and 7B. RGB value is (128,94,123). Sum of RGB (Red+Green+Blue) = 128+94+123=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 128 - color contains mainly: red. Hex color #805E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E7B is #7FA184. Grayscale: #6B6B6B. Windows color (decimal): -8364421 or 8085120. OLE color: 8085120.
HSL color Cylindrical-coordinate representation of color #805E7B: hue angle of 308.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #805E7B is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 123 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.50 |
| HSL | 308.82º | 0.15% | 0.44% | - |
| HSV(B) | 308.82º | 0.27% | 0.5% | - |
| XYZ | 16.48 | 14.02 | 20.58 | - |
| YUV | 107.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 123 | 0 | 0.27 | 0.04 | 0.50 | 308.82 | 0.15 | 0.44 |
| Hex | 80 | 5E | 7B | 0 | 1B | 4 | 32 | 135 | F | 2C |
| Octal | 200 | 136 | 173 | 0 | 33 | 4 | 62 | 465 | 17 | 54 |
| Binary | 10000000 | 1011110 | 1111011 | 0 | 11011 | 100 | 110010 | 100110101 | 1111 | 101100 |
Color Harmonies of #805E7B
Complementary color
Monochromatic Colors of #805E7B
Black with #805E7B
Text Example
Text Example
White with #805E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E7B; }
p { color: rgb(128,94,123); }
H1.HeaderClassName
{
color: #805E7B;
}
.AnyTagClassName
{
color: #805E7B;
}
</style>
background-color css
<style>
a { background-color: #805E7B; }
a { background-color: rgb(128,94,123); }
div.DivClassName
{
background-color: #805E7B;
}
.BgClassName
{
background-color: #805E7B;
}
</style>
border-color css
<style>
span { border-color: #805E7B; }
span { border-color: rgb(128,94,123); }
td.TdClassName
{
border-color: #805E7B;
}
.TagClassName
{
border-color: #805E7B;
}
</style>