#85548B

Color #85548B Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #85548B

Tints of Trendy Pink #85548B

Color information

#85548B (or 0x85548B) is unknown color: approx Trendy Pink. HEX triplet: 85, 54 and 8B. RGB value is (133,84,139). Sum of RGB (Red+Green+Blue) = 133+84+139=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #85548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85548B is #7AAB74. Grayscale: #686868. Windows color (decimal): -8039285 or 9131141. OLE color: 9131141.

HSL color Cylindrical-coordinate representation of color #85548B: hue angle of 293.45º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85548B is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13384139-
CMYK0.040.4000.45
HSL293.45º24.66%43.73%-
HSV(B)293.45º39.57%54.51%-
XYZ17.513.1926.05-
YUV104.92147.23148.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=37.36%
G=23.60%
B=39.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133841390.040.4000.45293.4524.6643.73
Hex85548B42802D125192c
Octal2051242134500554453154
Binary10000101101010010001011100101000010110110010010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85548B; }

 p { color: rgb(133,84,139); }

 H1.HeaderClassName
 {
   color: #85548B;
 }
 .AnyTagClassName
 {
   color: #85548B;
 }
</style>
background-color css

<style>
 a { background-color: #85548B; }

 a { background-color: rgb(133,84,139); }

 div.DivClassName
 {
   background-color: #85548B;
 }
 .BgClassName
 {
   background-color: #85548B;
 }
</style>
border-color css

<style>
 span { border-color: #85548B; }

 span { border-color: rgb(133,84,139); }

 td.TdClassName
 {
   border-color: #85548B;
 }
 .TagClassName
 {
   border-color: #85548B;
 }
</style>