Shades of Trendy Pink #855F7C
Tints of Trendy Pink #855F7C
RGB
CMYK
RGB Variations
Color information
#855F7C (or 0x855F7C) is known color: Trendy Pink. HEX triplet: 85, 5F and 7C. RGB value is (133,95,124). Sum of RGB (Red+Green+Blue) = 133+95+124=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #855F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F7C is #7AA083. Grayscale: #6D6D6D. Windows color (decimal): -8036484 or 8150917. OLE color: 8150917.
HSL color Cylindrical-coordinate representation of color #855F7C: hue angle of 314.21º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855F7C is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 95 | 124 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.48 |
| HSL | 314.21º | 0.17% | 0.45% | - |
| HSV(B) | 314.21º | 0.29% | 0.52% | - |
| XYZ | 17.4 | 14.63 | 20.97 | - |
| YUV | 109.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 124 | 0 | 0.29 | 0.07 | 0.48 | 314.21 | 0.17 | 0.45 |
| Hex | 85 | 5F | 7C | 0 | 1D | 7 | 30 | 13A | 11 | 2D |
| Octal | 205 | 137 | 174 | 0 | 35 | 7 | 60 | 472 | 21 | 55 |
| Binary | 10000101 | 1011111 | 1111100 | 0 | 11101 | 111 | 110000 | 100111010 | 10001 | 101101 |
Color Harmonies of #855F7C
Complementary color
Monochromatic Colors of #855F7C
Black with #855F7C
Text Example
Text Example
White with #855F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855F7C; }
p { color: rgb(133,95,124); }
H1.HeaderClassName
{
color: #855F7C;
}
.AnyTagClassName
{
color: #855F7C;
}
</style>
background-color css
<style>
a { background-color: #855F7C; }
a { background-color: rgb(133,95,124); }
div.DivClassName
{
background-color: #855F7C;
}
.BgClassName
{
background-color: #855F7C;
}
</style>
border-color css
<style>
span { border-color: #855F7C; }
span { border-color: rgb(133,95,124); }
td.TdClassName
{
border-color: #855F7C;
}
.TagClassName
{
border-color: #855F7C;
}
</style>