Shades of Trendy Pink #854F8B
Tints of Trendy Pink #854F8B
RGB
CMYK
RGB Variations
Color information
#854F8B (or 0x854F8B) is known color: Trendy Pink. HEX triplet: 85, 4F and 8B. RGB value is (133,79,139). Sum of RGB (Red+Green+Blue) = 133+79+139=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #854F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854F8B is #7AB074. Grayscale: #656565. Windows color (decimal): -8040565 or 9129861. OLE color: 9129861.
HSL color Cylindrical-coordinate representation of color #854F8B: hue angle of 294º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #854F8B is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 79 | 139 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.45 |
| HSL | 294º | 0.28% | 0.43% | - |
| HSV(B) | 294º | 0.43% | 0.55% | - |
| XYZ | 17.13 | 12.44 | 25.92 | - |
| YUV | 101.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 139 | 0.04 | 0.43 | 0 | 0.45 | 294 | 0.28 | 0.43 |
| Hex | 85 | 4F | 8B | 4 | 2B | 0 | 2D | 126 | 1C | 2B |
| Octal | 205 | 117 | 213 | 4 | 53 | 0 | 55 | 446 | 34 | 53 |
| Binary | 10000101 | 1001111 | 10001011 | 100 | 101011 | 0 | 101101 | 100100110 | 11100 | 101011 |
Color Harmonies of #854F8B
Complementary color
Monochromatic Colors of #854F8B
Black with #854F8B
Text Example
Text Example
White with #854F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854F8B; }
p { color: rgb(133,79,139); }
H1.HeaderClassName
{
color: #854F8B;
}
.AnyTagClassName
{
color: #854F8B;
}
</style>
background-color css
<style>
a { background-color: #854F8B; }
a { background-color: rgb(133,79,139); }
div.DivClassName
{
background-color: #854F8B;
}
.BgClassName
{
background-color: #854F8B;
}
</style>
border-color css
<style>
span { border-color: #854F8B; }
span { border-color: rgb(133,79,139); }
td.TdClassName
{
border-color: #854F8B;
}
.TagClassName
{
border-color: #854F8B;
}
</style>