#85477B

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

Shades of Trendy Pink #85477B

Tints of Trendy Pink #85477B

Color information

#85477B (or 0x85477B) is unknown color: approx Trendy Pink. HEX triplet: 85, 47 and 7B. RGB value is (133,71,123). Sum of RGB (Red+Green+Blue) = 133+71+123=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85477B is #7AB884. Grayscale: #5F5F5F. Windows color (decimal): -8042629 or 8079237. OLE color: 8079237.

HSL color Cylindrical-coordinate representation of color #85477B: hue angle of 309.68º degrees, saturation: 0.3, 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 #85477B is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13371123-
CMYK00.470.080.48
HSL309.68º30.39%40%-
HSV(B)309.68º46.62%52.16%-
XYZ15.510.9220.03-
YUV95.47143.54154.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=40.67%
G=21.71%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337112300.470.080.48309.6830.3940
Hex85477B02F8301361e28
Octal20510717305710604663650
Binary10000101100011111110110101111100011000010011011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,71,123); }

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

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

 a { background-color: rgb(133,71,123); }

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

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

 span { border-color: rgb(133,71,123); }

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