Shades of Trendy Pink #855F8D
Tints of Trendy Pink #855F8D
RGB
CMYK
RGB Variations
Color information
#855F8D (or 0x855F8D) is known color: Trendy Pink. HEX triplet: 85, 5F and 8D. RGB value is (133,95,141). Sum of RGB (Red+Green+Blue) = 133+95+141=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #855F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855F8D is #7AA072. Grayscale: #6F6F6F. Windows color (decimal): -8036467 or 9265029. OLE color: 9265029.
HSL color Cylindrical-coordinate representation of color #855F8D: hue angle of 289.57º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855F8D is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 95 | 141 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.45 |
| HSL | 289.57º | 0.19% | 0.46% | - |
| HSV(B) | 289.57º | 0.33% | 0.55% | - |
| XYZ | 18.57 | 15.09 | 27.13 | - |
| YUV | 111.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 141 | 0.06 | 0.33 | 0 | 0.45 | 289.57 | 0.19 | 0.46 |
| Hex | 85 | 5F | 8D | 6 | 21 | 0 | 2D | 122 | 13 | 2E |
| Octal | 205 | 137 | 215 | 6 | 41 | 0 | 55 | 442 | 23 | 56 |
| Binary | 10000101 | 1011111 | 10001101 | 110 | 100001 | 0 | 101101 | 100100010 | 10011 | 101110 |
Color Harmonies of #855F8D
Complementary color
Monochromatic Colors of #855F8D
Black with #855F8D
Text Example
Text Example
White with #855F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855F8D; }
p { color: rgb(133,95,141); }
H1.HeaderClassName
{
color: #855F8D;
}
.AnyTagClassName
{
color: #855F8D;
}
</style>
background-color css
<style>
a { background-color: #855F8D; }
a { background-color: rgb(133,95,141); }
div.DivClassName
{
background-color: #855F8D;
}
.BgClassName
{
background-color: #855F8D;
}
</style>
border-color css
<style>
span { border-color: #855F8D; }
span { border-color: rgb(133,95,141); }
td.TdClassName
{
border-color: #855F8D;
}
.TagClassName
{
border-color: #855F8D;
}
</style>