#85447C

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

Shades of Trendy Pink #85447C

Tints of Trendy Pink #85447C

Color information

#85447C (or 0x85447C) is unknown color: approx Trendy Pink. HEX triplet: 85, 44 and 7C. RGB value is (133,68,124). Sum of RGB (Red+Green+Blue) = 133+68+124=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85447C is #7ABB83. Grayscale: #5D5D5D. Windows color (decimal): -8043396 or 8144005. OLE color: 8144005.

HSL color Cylindrical-coordinate representation of color #85447C: hue angle of 308.31º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85447C is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13368124-
CMYK00.490.070.48
HSL308.31º32.34%39.41%-
HSV(B)308.31º48.87%52.16%-
XYZ15.3810.5820.3-
YUV93.82145.03155.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 68 (26.95% from 255) = 20.92%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=40.92%
G=20.92%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336812400.490.070.48308.3132.3439.41
Hex85447C0317301342027
Octal2051041740617604644047
Binary10000101100010011111000110001111110000100110100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85447C; }

 p { color: rgb(133,68,124); }

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

<style>
 a { background-color: #85447C; }

 a { background-color: rgb(133,68,124); }

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

<style>
 span { border-color: #85447C; }

 span { border-color: rgb(133,68,124); }

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