Shades of Trendy Pink #854681
Tints of Trendy Pink #854681
RGB
CMYK
RGB Variations
Color information
#854681 (or 0x854681) is known color: Trendy Pink. HEX triplet: 85, 46 and 81. RGB value is (133,70,129). Sum of RGB (Red+Green+Blue) = 133+70+129=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #854681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854681 is #7AB97E. Grayscale: #5F5F5F. Windows color (decimal): -8042879 or 8472197. OLE color: 8472197.
HSL color Cylindrical-coordinate representation of color #854681: hue angle of 303.81º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854681 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 70 | 129 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.48 |
| HSL | 303.81º | 0.31% | 0.4% | - |
| HSV(B) | 303.81º | 0.47% | 0.52% | - |
| XYZ | 15.83 | 10.95 | 22.05 | - |
| YUV | 95.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 129 | 0 | 0.47 | 0.03 | 0.48 | 303.81 | 0.31 | 0.4 |
| Hex | 85 | 46 | 81 | 0 | 2F | 3 | 30 | 130 | 1F | 28 |
| Octal | 205 | 106 | 201 | 0 | 57 | 3 | 60 | 460 | 37 | 50 |
| Binary | 10000101 | 1000110 | 10000001 | 0 | 101111 | 11 | 110000 | 100110000 | 11111 | 101000 |
Color Harmonies of #854681
Complementary color
Monochromatic Colors of #854681
Black with #854681
Text Example
Text Example
White with #854681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854681; }
p { color: rgb(133,70,129); }
H1.HeaderClassName
{
color: #854681;
}
.AnyTagClassName
{
color: #854681;
}
</style>
background-color css
<style>
a { background-color: #854681; }
a { background-color: rgb(133,70,129); }
div.DivClassName
{
background-color: #854681;
}
.BgClassName
{
background-color: #854681;
}
</style>
border-color css
<style>
span { border-color: #854681; }
span { border-color: rgb(133,70,129); }
td.TdClassName
{
border-color: #854681;
}
.TagClassName
{
border-color: #854681;
}
</style>