#845985

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

Shades of Trendy Pink #845985

Tints of Trendy Pink #845985

Color information

#845985 (or 0x845985) is unknown color: approx Trendy Pink. HEX triplet: 84, 59 and 85. RGB value is (132,89,133). Sum of RGB (Red+Green+Blue) = 132+89+133=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 133 - color contains mainly: blue. Hex color #845985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845985 is #7BA67A. Grayscale: #6A6A6A. Windows color (decimal): -8103547 or 8739204. OLE color: 8739204.

HSL color Cylindrical-coordinate representation of color #845985: hue angle of 298.64º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #845985 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13289133-
CMYK0.010.3300.48
HSL298.64º19.82%43.53%-
HSV(B)298.64º33.08%52.16%-
XYZ17.3213.7423.93-
YUV106.87142.75145.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 133 (52.34% from 255) = 37.57%
R=37.29%
G=25.14%
B=37.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132891330.010.3300.48298.6419.8243.53
Hex84598512103012b142c
Octal2041312051410604532454
Binary100001001011001100001011100001011000010010101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845985; }

 p { color: rgb(132,89,133); }

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

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

 a { background-color: rgb(132,89,133); }

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

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

 span { border-color: rgb(132,89,133); }

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