#85517F

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

Shades of Trendy Pink #85517F

Tints of Trendy Pink #85517F

Color information

#85517F (or 0x85517F) is unknown color: approx Trendy Pink. HEX triplet: 85, 51 and 7F. RGB value is (133,81,127). Sum of RGB (Red+Green+Blue) = 133+81+127=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85517F is #7AAE80. Grayscale: #656565. Windows color (decimal): -8040065 or 8343941. OLE color: 8343941.

HSL color Cylindrical-coordinate representation of color #85517F: hue angle of 306.92º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85517F is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13381127-
CMYK00.390.050.48
HSL306.92º24.3%41.96%-
HSV(B)306.92º39.1%52.16%-
XYZ16.4512.421.61-
YUV101.79142.23150.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 127 (50% from 255) = 37.24%
R=39.00%
G=23.75%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338112700.390.050.48306.9224.341.96
Hex85517F027530133182a
Octal2051211770475604633052
Binary1000010110100011111111010011110111000010011001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85517F; }

 p { color: rgb(133,81,127); }

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

<style>
 a { background-color: #85517F; }

 a { background-color: rgb(133,81,127); }

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

<style>
 span { border-color: #85517F; }

 span { border-color: rgb(133,81,127); }

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