Shades of Trendy Pink #855C8C
Tints of Trendy Pink #855C8C
RGB
CMYK
RGB Variations
Color information
#855C8C (or 0x855C8C) is known color: Trendy Pink. HEX triplet: 85, 5C and 8C. RGB value is (133,92,140). Sum of RGB (Red+Green+Blue) = 133+92+140=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #855C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855C8C is #7AA373. Grayscale: #6D6D6D. Windows color (decimal): -8037236 or 9198725. OLE color: 9198725.
HSL color Cylindrical-coordinate representation of color #855C8C: hue angle of 291.25º degrees, saturation: 0.21, 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 #855C8C is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 92 | 140 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.45 |
| HSL | 291.25º | 0.21% | 0.45% | - |
| HSV(B) | 291.25º | 0.34% | 0.55% | - |
| XYZ | 18.23 | 14.53 | 26.66 | - |
| YUV | 109.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 140 | 0.05 | 0.34 | 0 | 0.45 | 291.25 | 0.21 | 0.45 |
| Hex | 85 | 5C | 8C | 5 | 22 | 0 | 2D | 123 | 15 | 2D |
| Octal | 205 | 134 | 214 | 5 | 42 | 0 | 55 | 443 | 25 | 55 |
| Binary | 10000101 | 1011100 | 10001100 | 101 | 100010 | 0 | 101101 | 100100011 | 10101 | 101101 |
Color Harmonies of #855C8C
Complementary color
Monochromatic Colors of #855C8C
Black with #855C8C
Text Example
Text Example
White with #855C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C8C; }
p { color: rgb(133,92,140); }
H1.HeaderClassName
{
color: #855C8C;
}
.AnyTagClassName
{
color: #855C8C;
}
</style>
background-color css
<style>
a { background-color: #855C8C; }
a { background-color: rgb(133,92,140); }
div.DivClassName
{
background-color: #855C8C;
}
.BgClassName
{
background-color: #855C8C;
}
</style>
border-color css
<style>
span { border-color: #855C8C; }
span { border-color: rgb(133,92,140); }
td.TdClassName
{
border-color: #855C8C;
}
.TagClassName
{
border-color: #855C8C;
}
</style>