Shades of Trendy Pink #855C8B
Tints of Trendy Pink #855C8B
RGB
CMYK
RGB Variations
Color information
#855C8B (or 0x855C8B) is known color: Trendy Pink. HEX triplet: 85, 5C and 8B. RGB value is (133,92,139). Sum of RGB (Red+Green+Blue) = 133+92+139=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #855C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855C8B is #7AA374. Grayscale: #6D6D6D. Windows color (decimal): -8037237 or 9133189. OLE color: 9133189.
HSL color Cylindrical-coordinate representation of color #855C8B: hue angle of 292.34º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #855C8B is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 92 | 139 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.45 |
| HSL | 292.34º | 0.2% | 0.45% | - |
| HSV(B) | 292.34º | 0.34% | 0.55% | - |
| XYZ | 18.16 | 14.5 | 26.27 | - |
| YUV | 109.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 139 | 0.04 | 0.34 | 0 | 0.45 | 292.34 | 0.2 | 0.45 |
| Hex | 85 | 5C | 8B | 4 | 22 | 0 | 2D | 124 | 14 | 2D |
| Octal | 205 | 134 | 213 | 4 | 42 | 0 | 55 | 444 | 24 | 55 |
| Binary | 10000101 | 1011100 | 10001011 | 100 | 100010 | 0 | 101101 | 100100100 | 10100 | 101101 |
Color Harmonies of #855C8B
Complementary color
Monochromatic Colors of #855C8B
Black with #855C8B
Text Example
Text Example
White with #855C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C8B; }
p { color: rgb(133,92,139); }
H1.HeaderClassName
{
color: #855C8B;
}
.AnyTagClassName
{
color: #855C8B;
}
</style>
background-color css
<style>
a { background-color: #855C8B; }
a { background-color: rgb(133,92,139); }
div.DivClassName
{
background-color: #855C8B;
}
.BgClassName
{
background-color: #855C8B;
}
</style>
border-color css
<style>
span { border-color: #855C8B; }
span { border-color: rgb(133,92,139); }
td.TdClassName
{
border-color: #855C8B;
}
.TagClassName
{
border-color: #855C8B;
}
</style>