Shades of Trendy Pink #855A7B
Tints of Trendy Pink #855A7B
RGB
CMYK
RGB Variations
Color information
#855A7B (or 0x855A7B) is known color: Trendy Pink. HEX triplet: 85, 5A and 7B. RGB value is (133,90,123). Sum of RGB (Red+Green+Blue) = 133+90+123=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #855A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A7B is #7AA584. Grayscale: #6A6A6A. Windows color (decimal): -8037765 or 8084101. OLE color: 8084101.
HSL color Cylindrical-coordinate representation of color #855A7B: hue angle of 313.95º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855A7B is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 123 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.48 |
| HSL | 313.95º | 0.19% | 0.44% | - |
| HSV(B) | 313.95º | 0.32% | 0.52% | - |
| XYZ | 16.9 | 13.73 | 20.5 | - |
| YUV | 106.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 123 | 0 | 0.32 | 0.08 | 0.48 | 313.95 | 0.19 | 0.44 |
| Hex | 85 | 5A | 7B | 0 | 20 | 8 | 30 | 13A | 13 | 2C |
| Octal | 205 | 132 | 173 | 0 | 40 | 10 | 60 | 472 | 23 | 54 |
| Binary | 10000101 | 1011010 | 1111011 | 0 | 100000 | 1000 | 110000 | 100111010 | 10011 | 101100 |
Color Harmonies of #855A7B
Complementary color
Monochromatic Colors of #855A7B
Black with #855A7B
Text Example
Text Example
White with #855A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A7B; }
p { color: rgb(133,90,123); }
H1.HeaderClassName
{
color: #855A7B;
}
.AnyTagClassName
{
color: #855A7B;
}
</style>
background-color css
<style>
a { background-color: #855A7B; }
a { background-color: rgb(133,90,123); }
div.DivClassName
{
background-color: #855A7B;
}
.BgClassName
{
background-color: #855A7B;
}
</style>
border-color css
<style>
span { border-color: #855A7B; }
span { border-color: rgb(133,90,123); }
td.TdClassName
{
border-color: #855A7B;
}
.TagClassName
{
border-color: #855A7B;
}
</style>