Shades of Trendy Pink #855182
Tints of Trendy Pink #855182
RGB
CMYK
RGB Variations
Color information
#855182 (or 0x855182) is known color: Trendy Pink. HEX triplet: 85, 51 and 82. RGB value is (133,81,130). Sum of RGB (Red+Green+Blue) = 133+81+130=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #855182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855182 is #7AAE7D. Grayscale: #656565. Windows color (decimal): -8040062 or 8540549. OLE color: 8540549.
HSL color Cylindrical-coordinate representation of color #855182: hue angle of 303.46º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855182 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 130 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.48 |
| HSL | 303.46º | 0.24% | 0.42% | - |
| HSV(B) | 303.46º | 0.39% | 0.52% | - |
| XYZ | 16.64 | 12.48 | 22.65 | - |
| YUV | 102.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 130 | 0 | 0.39 | 0.02 | 0.48 | 303.46 | 0.24 | 0.42 |
| Hex | 85 | 51 | 82 | 0 | 27 | 2 | 30 | 12F | 18 | 2A |
| Octal | 205 | 121 | 202 | 0 | 47 | 2 | 60 | 457 | 30 | 52 |
| Binary | 10000101 | 1010001 | 10000010 | 0 | 100111 | 10 | 110000 | 100101111 | 11000 | 101010 |
Color Harmonies of #855182
Complementary color
Monochromatic Colors of #855182
Black with #855182
Text Example
Text Example
White with #855182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855182; }
p { color: rgb(133,81,130); }
H1.HeaderClassName
{
color: #855182;
}
.AnyTagClassName
{
color: #855182;
}
</style>
background-color css
<style>
a { background-color: #855182; }
a { background-color: rgb(133,81,130); }
div.DivClassName
{
background-color: #855182;
}
.BgClassName
{
background-color: #855182;
}
</style>
border-color css
<style>
span { border-color: #855182; }
span { border-color: rgb(133,81,130); }
td.TdClassName
{
border-color: #855182;
}
.TagClassName
{
border-color: #855182;
}
</style>